summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-30 11:54:16 +0100
committerAndrew Dolgov <[email protected]>2008-01-30 11:54:16 +0100
commit2b6ed06b23041812d0319e5146426c06cbb50459 (patch)
tree38dbd5756cada0432c791e5a8370e601392998cf /sanity_check.php
parent38426fb135bab4146d9e545be32a3ed6d93e4bf3 (diff)
schema: add ttrss_prefs.access_level, 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 0a6b9a36c..2a7c07a15 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 15);
- define('SCHEMA_VERSION', 31);
+ define('SCHEMA_VERSION', 32);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy