mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fix PR #9949
This commit is contained in:
parent
98e0dcfb87
commit
dc18ba33f0
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2021.03-dev (Red Hot Poker)
|
||||
-- DB_UPDATE_VERSION 1405
|
||||
-- DB_UPDATE_VERSION 1406
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1405);
|
||||
define('DB_UPDATE_VERSION', 1406);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Reference in a new issue