From: Alexandre Alapetite Date: Sun, 7 May 2017 09:27:30 +0000 (+0200) Subject: Revert DB update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c68a845230f89bf76e53571950a49eba99f98eb;p=friendica.git Revert DB update https://github.com/friendica/friendica/pull/3442#issuecomment-299692884 --- diff --git a/boot.php b/boot.php index 45029fecd2..dfb1073b1c 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.2-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1224 ); +define ( 'DB_UPDATE_VERSION', 1223 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index e3b1c31b33..31a3068ea5 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@