aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/update.php b/update.php
index 0a3a1e7f1..6e7b5f2c1 100644
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1107 );
+define( 'UPDATE_VERSION' , 1108 );
/**
*
@@ -918,4 +918,9 @@ function update_1106() {
}
+function update_1107() {
+ q("ALTER TABLE `item` ADD INDEX ( `bookmark` ) ");
+
+}
+