From 283e91cd6ae06d63fadd6f626a72326d0d39aae2 Mon Sep 17 00:00:00 2001 From: Domovoy Date: Sun, 29 Jul 2012 21:01:04 +0200 Subject: [PATCH] Update the `thr-parent` field in the `item` table --- boot.php | 2 +- update.php | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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 @@