From e6c00832da723c8856274cae17ae94ffac844d63 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 18 Dec 2018 18:01:47 +0100 Subject: [PATCH] Push DB_UPDATE_VERSION --- config/dbstructure.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dbstructure.config.php b/config/dbstructure.config.php index ac9127f766..464783d07a 100644 --- a/config/dbstructure.config.php +++ b/config/dbstructure.config.php @@ -34,7 +34,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1295); + define('DB_UPDATE_VERSION', 1296); } return [