From 8c68a845230f89bf76e53571950a49eba99f98eb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 7 May 2017 11:27:30 +0200 Subject: [PATCH] Revert DB update https://github.com/friendica/friendica/pull/3442#issuecomment-299692884 --- boot.php | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 45029fecd..dfb1073b1 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 e3b1c31b3..31a3068ea 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@