]> git.mxchange.org Git - friendica.git/blobdiff - update.php
select based on dimensions instead of scale level
[friendica.git] / update.php
index c41acf6fbcf5e8d8c9d86209dae9e4f02f53ae3e..cf6fa138eaf35ca6e27143874052e18f38bebaee 100644 (file)
@@ -1345,8 +1345,9 @@ function update_1153() {
 }
 
 function update_1154() {
-       $r = q("UPDATE `item` SET `thr-parent`=`parent-uri` WHERE `id`!=`parent` AND `thr-parent`=''");
-       
+       $r = q("ALTER TABLE `event` ADD `ignore` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `adjust` , ADD INDEX ( `ignore` )");
+
        if(!$r) return UPDATE_FAILED;
        return UPDATE_SUCCESS;
 }
+