1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

bump SCHEMA_VERSION in backend.php

This commit is contained in:
Andrew Dolgov
2006-02-12 06:27:08 +01:00
parent baf79bb1b7
commit 75a241b95d
+1 -1
View File
@@ -28,7 +28,7 @@
exit;
}
define('SCHEMA_VERSION', 4);
define('SCHEMA_VERSION', 5);
require_once "sanity_check.php";
require_once "config.php";