mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 09:01:28 +00:00
bump schema version
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
require_once "functions.php";
|
||||
require_once "db.php";
|
||||
|
||||
define('MAX_SOURCE_SCHEMA_VERSION', 2);
|
||||
define('TARGET_SCHEMA_VERSION', 2);
|
||||
define('MAX_SOURCE_SCHEMA_VERSION', 3);
|
||||
define('TARGET_SCHEMA_VERSION', 3);
|
||||
|
||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user