From: Michael Date: Wed, 7 Jun 2017 20:24:44 +0000 (+0000) Subject: We should increase the database version number X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=504ceb2d439d81314efd5a97fc78d99d7e9e5dc2;p=friendica.git We should increase the database version number --- diff --git a/boot.php b/boot.php index 50b8f03f63..15341c0fed 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1228 ); +define ( 'DB_UPDATE_VERSION', 1229 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index 76620a48a4..df52e8582b 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@