summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-18 06:02:43 +0100
committerAndrew Dolgov <[email protected]>2008-09-18 06:02:43 +0100
commitf7f939b29c44fbc13e567c855bcb2a35e1083030 (patch)
tree65adf6dd66d1a8e84c66aca7091771126bdc724f /sanity_check.php
parent5a437c88d78ab42fa17ba29176be58e46561b4c6 (diff)
alter ttrss_labels.sql_exp to text, bump schema (closes #221)
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 82605fd67..5d2f391de 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 17);
- define('SCHEMA_VERSION', 42);
+ define('SCHEMA_VERSION', 43);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy