summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-25 17:40:33 +0100
committerAndrew Dolgov <[email protected]>2008-01-25 17:40:33 +0100
commit5b8534ef6c2653f369b8e6aa993af83084d08585 (patch)
tree202993b5f842f9f07d15e0535ff5a04274b93070 /sanity_check.php
parente14a59be5ac535783fd1abfbff21ec7e202972ea (diff)
schema: add ttrss_feeds.update_method, bump version
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 2dfa75a83..250505d00 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 14);
- define('SCHEMA_VERSION', 30);
+ define('SCHEMA_VERSION', 31);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy