From: Michael Date: Mon, 26 Dec 2016 06:02:14 +0000 (+0000) Subject: We should increase the database version as well ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38fed9a77b20e163a757a8bc183aaa030e913fc6;p=friendica.git We should increase the database version as well ... --- diff --git a/boot.php b/boot.php index aab3498146..cad5e0698e 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.1-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1209 ); +define ( 'DB_UPDATE_VERSION', 1210 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index 7aec2ec2b8..948e10f27e 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@