1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 18:11:52 +00:00

bump expected schema version

This commit is contained in:
Andrew Dolgov
2006-09-29 08:54:05 +01:00
parent 96527ac659
commit ceccbe90da

View File

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