]> git.mxchange.org Git - friendica.git/commitdiff
Bump DB version
authorAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 12 Apr 2017 21:14:33 +0000 (23:14 +0200)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 12 Apr 2017 21:14:33 +0000 (23:14 +0200)
boot.php
include/dbstructure.php

index 070dcf726661db2b95bd907565f97d06cc68421d..ed4fe10a3a2c93fc3ad6a9964cd2e7b28f42170f 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',      1216      );
+define ( 'DB_UPDATE_VERSION',      1217      );
 
 /**
  * @brief Constant with a HTML line break.
index 9828230a126e6618ff09cafa951b18dc13aa993c..406ad6c93da52140e2a6659850aa66f69eccb35e 100644 (file)
@@ -5,7 +5,7 @@ use \Friendica\Core\Config;
 require_once("boot.php");
 require_once("include/text.php");
 
-define('NEW_UPDATE_ROUTINE_VERSION', 1171);
+define('NEW_UPDATE_ROUTINE_VERSION', 1170);
 
 /*
  * send the email and do what is needed to do on update fails