Merge pull request #9951 from annando/fix-9949

Fix PR #9949
This commit is contained in:
Hypolite Petovan 2021-02-23 00:45:04 -05:00 committed by GitHub
commit baaf34f02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2021.03-dev (Red Hot Poker) -- Friendica 2021.03-dev (Red Hot Poker)
-- DB_UPDATE_VERSION 1405 -- DB_UPDATE_VERSION 1406
-- ------------------------------------------ -- ------------------------------------------

View File

@ -55,7 +55,7 @@
use Friendica\Database\DBA; use Friendica\Database\DBA;
if (!defined('DB_UPDATE_VERSION')) { if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1405); define('DB_UPDATE_VERSION', 1406);
} }
return [ return [