summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 12:56:21 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 12:56:21 +0300
commit567810362c08bb66a81435a9280d34efec9a628f (patch)
tree65b747ff4c10e8c42d23b2054036836f1d6b5455 /sanity_check.php
parent49c6c279ab7dd42fe972225c50622ed263f81e7b (diff)
schema: add ttrss_feeds.order_id
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 7e792f379..4b77e92bb 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 20);
- define('SCHEMA_VERSION', 74);
+ define('SCHEMA_VERSION', 75);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy