aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-27 16:46:28 -0700
committerfriendica <info@friendica.com>2012-04-27 16:46:28 -0700
commit0ab6b60a52fc27d8a37917b3b3e25de37c8fd372 (patch)
tree7e700c291de2dca1555d02f36ed6c565e5652751 /update.php
parentecc4962bd1455d4ded6570f6d08ccab7e838fe8b (diff)
downloadvolse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.tar.gz
volse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.tar.bz2
volse-hubzilla-0ab6b60a52fc27d8a37917b3b3e25de37c8fd372.zip
archive contact flag
Diffstat (limited to 'update.php')
-rw-r--r--update.php5
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