Updated database.sql

This commit is contained in:
Michael 2022-11-28 20:22:08 +00:00
parent de76e860ad
commit 437419bbd9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
-- ------------------------------------------ -- ------------------------------------------
-- Friendica 2022.12-dev (Giant Rhubarb) -- Friendica 2022.12-dev (Giant Rhubarb)
-- DB_UPDATE_VERSION 1492 -- DB_UPDATE_VERSION 1493
-- ------------------------------------------ -- ------------------------------------------

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