]> git.mxchange.org Git - friendica.git/blobdiff - update.php
nested quote check fails to account for strpos returning position 0
[friendica.git] / update.php
index 24138450aa30130c388e7dc858cc1128053e2781..16c1d78488b6e60bd74e7c4b5c57e66508867dba 100755 (executable)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1122 );
+define( 'UPDATE_VERSION' , 1123 );
 
 /**
  *
@@ -1065,3 +1065,7 @@ function update_1121() {
 
 }
 
+function update_1122() {
+q("ALTER TABLE `notify` ADD `hash` CHAR( 64 ) NOT NULL AFTER `id` ,
+ADD INDEX ( `hash` ) ");
+}
\ No newline at end of file