1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 09:47:11 +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

@@ -28,7 +28,7 @@
exit;
}
define('SCHEMA_VERSION', 2);
define('SCHEMA_VERSION', 3);
require_once "sanity_check.php";
require_once "config.php";