mirror of
https://github.com/friendica/friendica
synced 2026-04-19 18:27:21 +02:00
Bum database version
This commit is contained in:
parent
c4310ffdab
commit
be5218a3f8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2026.04-dev (Blutwurz)
|
||||
-- DB_UPDATE_VERSION 1591
|
||||
-- DB_UPDATE_VERSION 1592
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ use Friendica\Database\DBA;
|
|||
|
||||
// This file is required several times during the test in DbaDefinition which justifies this condition
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1591);
|
||||
define('DB_UPDATE_VERSION', 1592);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue