]> git.mxchange.org Git - friendica.git/blobdiff - update.php
theme name cleanup - rename default to loozah, provide sane fallbacks and change...
[friendica.git] / update.php
index f909837470068b7c9f97220af56a3f9fde764934..2ca008cdad33c26b3c8dd960c60501a4f9b0db66 100644 (file)
@@ -342,3 +342,10 @@ function update_1034() {
        q("DELETE FROM `item` WHERE `parent` = 0 AND `created` < UTC_TIMESTAMP() - INTERVAL 2 MINUTE");
 
 }
+
+
+function update_1035() {
+
+       q("ALTER TABLE `contact` ADD `success_update` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `last-update` ");
+
+}
\ No newline at end of file