diff options
author | zottel <github@zottel.net> | 2012-04-28 02:30:20 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-28 02:30:20 +0200 |
commit | 43f9ea7cfc77d2dcb5fd6f8d7a90b1511cc67720 (patch) | |
tree | f23edf82793ede551df581a36f8bc2370770c092 /update.php | |
parent | edc7e571b710d0ce24587c529d6e51ee7781d638 (diff) | |
parent | c3f70a9e56151b8594b3485cc8b12e4d26ac6773 (diff) | |
download | volse-hubzilla-43f9ea7cfc77d2dcb5fd6f8d7a90b1511cc67720.tar.gz volse-hubzilla-43f9ea7cfc77d2dcb5fd6f8d7a90b1511cc67720.tar.bz2 volse-hubzilla-43f9ea7cfc77d2dcb5fd6f8d7a90b1511cc67720.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/update.php b/update.php index 5ab321b33..2758f5906 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1138 ); +define( 'UPDATE_VERSION' , 1139 ); /** * @@ -1213,3 +1213,6 @@ function update_1137() { q("ALTER TABLE `item_id` ADD `sid` CHAR( 255 ) NOT NULL AFTER `uid` , ADD `service` CHAR( 255 ) NOT NULL AFTER `sid` , add index (`sid`), add index ( `service`) "); } +function update_1138() { + q("alter table contact add archive tinyint(1) not null default '0' after hidden, add index (archive)"); +}
\ No newline at end of file |