mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 02:41:30 +00:00
backend.php: bump required schema version
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
define('SCHEMA_VERSION', 5);
|
define('SCHEMA_VERSION', 6);
|
||||||
|
|
||||||
require_once "sanity_check.php";
|
require_once "sanity_check.php";
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
|
|||||||
Reference in New Issue
Block a user