Updated database version

This commit is contained in:
Michael 2022-12-20 07:00:10 +00:00
parent 4db4d1843d
commit a0faca9eaf
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2023.03-dev (Giant Rhubarb) -- Friendica 2023.03-dev (Giant Rhubarb)
-- DB_UPDATE_VERSION 1502 -- DB_UPDATE_VERSION 1503
-- ------------------------------------------ -- ------------------------------------------

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', 1502); define('DB_UPDATE_VERSION', 1503);
} }
return [ return [