1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 05:41:28 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2005-12-29 19:03:24 +01:00
parent 3b0027a4be
commit 41765fef9b
5 changed files with 7 additions and 3 deletions

View File

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