summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-29 11:54:44 +0400
committerAndrew Dolgov <[email protected]>2011-03-29 12:05:39 +0400
commit9382ca847f6a6be7458b07ed3accc9e4ddb6bd31 (patch)
tree9451f5924a43065f40f84e24178eb91bf8f2fd91 /sanity_check.php
parent46a8bd444d2d43db4a24445d4c57339233c4463b (diff)
add ttrss_feeds.mark_unread_on_update, bump schema, cleanup ttrss_prefs
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 96f4e839c..3b9de3478 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 21);
- define('SCHEMA_VERSION', 82);
+ define('SCHEMA_VERSION', 83);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy