mirror of
https://github.com/friendica/friendica
synced 2024-11-09 15:42:55 +00:00
Updated database version
This commit is contained in:
parent
4db4d1843d
commit
a0faca9eaf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2023.03-dev (Giant Rhubarb)
|
||||
-- DB_UPDATE_VERSION 1502
|
||||
-- DB_UPDATE_VERSION 1503
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1502);
|
||||
define('DB_UPDATE_VERSION', 1503);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Reference in a new issue