diff options
author | Friendika <info@friendika.com> | 2010-12-19 17:46:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-19 17:46:26 -0800 |
commit | 24a9a41f969cfd7625847c77a949e4b279f68406 (patch) | |
tree | a78eb978ea9def0bb85b2202d90662ae23c3c22f /update.php | |
parent | 4a2d83fcfff548e50d3138ff617c0acd99445e03 (diff) | |
download | volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.gz volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.tar.bz2 volse-hubzilla-24a9a41f969cfd7625847c77a949e4b279f68406.zip |
added "secret" profile search keywords
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index c5aa56194..382c83e5a 100644 --- a/update.php +++ b/update.php @@ -243,3 +243,7 @@ function update_1023() { ADD `login_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `register_date` "); } +function update_1024() { + q("ALTER TABLE `profile` ADD `keywords` TEXT NOT NULL AFTER `religion` "); +} + |