From: Hypolite Petovan Date: Fri, 7 Oct 2016 01:01:25 +0000 (-0400) Subject: Fix Issue #2816 - Bump database version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8d6dc591227e510771eb6fc68853c258b57ebbf;p=friendica.git Fix Issue #2816 - Bump database version --- diff --git a/boot.php b/boot.php index 4970574635..348b786e4d 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', 1204 ); +define ( 'DB_UPDATE_VERSION', 1205 ); /** * @brief Constant with a HTML line break. diff --git a/database.sql b/database.sql index c880e70bf4..f12746e7e5 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 3.5.1-dev (Asparagus) --- DB_UPDATE_VERSION 1204 +-- DB_UPDATE_VERSION 1205 -- ------------------------------------------ diff --git a/update.php b/update.php index b659336abf..01fa220673 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@