]> git.mxchange.org Git - friendica.git/commitdiff
Revert DB update
authorAlexandre Alapetite <alexandre@alapetite.fr>
Sun, 7 May 2017 09:27:30 +0000 (11:27 +0200)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Sun, 7 May 2017 09:27:30 +0000 (11:27 +0200)
https://github.com/friendica/friendica/pull/3442#issuecomment-299692884

boot.php
update.php

index 45029fecd2eaf174bf877cd5ffcd19b7f3cd5f13..dfb1073b1cd0b0377dfd5199073aecc9298ed04a 100644 (file)
--- 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.
index e3b1c31b33a5fee9cc01c8c97eb11b6877ef7a3c..31a3068ea5ff477204da0b0d06d14d8901f4fb72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1224);
+define('UPDATE_VERSION' , 1223);
 
 /**
  *