From: Michael Vogel Date: Thu, 4 Sep 2014 00:46:43 +0000 (+0200) Subject: Removed the obsolete update functions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=08df06ce603e505f8619d7a4d19f9607bd549efc;p=friendica.git Removed the obsolete update functions --- diff --git a/update.php b/update.php index 78b66fe006..0ac59db951 100644 --- a/update.php +++ b/update.php @@ -1602,20 +1602,6 @@ function update_1169() { return UPDATE_SUCCESS; } -function update_1170() { - $r = q("ALTER TABLE `guid` CHANGE `guid` `guid` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL"); - if (!$r) - return UPDATE_FAILED; - return UPDATE_SUCCESS; -} - -function update_1171() { - $r = q("ALTER TABLE `item` CHANGE `guid` `guid` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL"); - if (!$r) - return UPDATE_FAILED; - return UPDATE_SUCCESS; -} - /* ========== ATTENTION!