summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-23 09:44:50 +0100
committerAndrew Dolgov <[email protected]>2008-01-23 09:44:50 +0100
commit3c50da8334f5c7d09c531b14d14d26d7309ddeb0 (patch)
tree0357320962042774212c9e70c92ce32330cf8b7d /sanity_check.php
parent22f3e356c8d0f2178c1d401f9bb096d3ea142a8f (diff)
schema: add ttrss_feeds.last_update_started, 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 27698b7e6..2dfa75a83 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', 29);
+ define('SCHEMA_VERSION', 30);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy