1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 07:11:33 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2006-08-21 16:09:05 +01:00
parent 4803eed2b9
commit e2a8a097bd
5 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
define('SCHEMA_VERSION', 9);
define('SCHEMA_VERSION', 10);
require_once "sanity_check.php";
require_once "config.php";