From: zottel Date: Fri, 22 Feb 2013 12:26:11 +0000 (+0100) Subject: reorder the update of the item table as instructed by Michael Vogel X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a17dd541ee2385e62be7880783715296b373acd5;p=friendica.git reorder the update of the item table as instructed by Michael Vogel --- diff --git a/boot.php b/boot.php index 200ce28172..93dbd5abab 100644 --- a/boot.php +++ b/boot.php @@ -14,7 +14,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '3.1.1618' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1162 ); +define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index 6dd58757b9..40f22e6aa6 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@