summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-26 10:41:16 +0100
committerAndrew Dolgov <[email protected]>2009-01-26 10:41:16 +0100
commitaec57d7ad4a0eb3a62743d54e69e1a4cc3dd74ea (patch)
treebcb0eea42ce94df578e996b04174bca367d30bd6 /sanity_check.php
parent56ff7564477b7c72a8c82fd64b59fe53e3321470 (diff)
schema: add ttrss_labels2 color fields (bump schema)
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 253d1ae2f..c670e01bc 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 18);
- define('SCHEMA_VERSION', 52);
+ define('SCHEMA_VERSION', 53);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy