]> git.mxchange.org Git - friendica.git/blobdiff - update.php
More icons
[friendica.git] / update.php
index 3d7b31813e1dcbab8746070897df69a83a2e41ff..f94e78d727f666e75db21ff490252f8ed343a137 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1086 );
+define( 'UPDATE_VERSION' , 1087 );
 
 /**
  *
@@ -721,3 +721,8 @@ function update_1085() {
        INDEX ( `term` )
        ) ENGINE = MYISAM ");
 }
+
+function update_1086() {
+       q("ALTER TABLE `item` ADD `bookmark` tinyint(1) NOT NULL DEFAULT '0' AFTER `starred` ");
+}
+