Fix PR #9949
authorMichael <heluecht@pirati.ca>
Tue, 23 Feb 2021 05:42:37 +0000 (05:42 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 23 Feb 2021 05:42:37 +0000 (05:42 +0000)
database.sql
static/dbstructure.config.php

index b6600da..12d0322 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2021.03-dev (Red Hot Poker)
--- DB_UPDATE_VERSION 1405
+-- DB_UPDATE_VERSION 1406
 -- ------------------------------------------
 
 
index 79c4fb6..534f350 100644 (file)
@@ -55,7 +55,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1405);
+       define('DB_UPDATE_VERSION', 1406);
 }
 
 return [