1
0
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:
Andrew Dolgov
2005-12-21 19:08:59 +01:00
parent 5c563acde0
commit 49756fc36c
6 changed files with 9 additions and 5 deletions

View File

@@ -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);