From: Domovoy Date: Sun, 29 Jul 2012 19:01:04 +0000 (+0200) Subject: Update the `thr-parent` field in the `item` table X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=283e91cd6ae06d63fadd6f626a72326d0d39aae2;p=friendica.git Update the `thr-parent` field in the `item` table --- diff --git a/boot.php b/boot.php index da72b16ef2..90d5c856e0 100644 --- a/boot.php +++ b/boot.php @@ -13,7 +13,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '3.0.1418' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1154 ); +define ( 'DB_UPDATE_VERSION', 1155 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index 9442f825bb..789ff9f45d 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@