]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge pull request #12 from zzottel/master
[friendica.git] / update.php
index 45169f1ef8305664c34431f25ed40eee896b2563..0a3a1e7f16669a15f0051896ada7c9568d338ca4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1106 );
+define( 'UPDATE_VERSION' , 1107 );
 
 /**
  *
@@ -913,4 +913,9 @@ function update_1105() {
 }
 
 
+function update_1106() {
+       q("ALTER TABLE `item` ADD INDEX ( `author-link` ) ");
+
+}
+