From 2b6ed06b23041812d0319e5146426c06cbb50459 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Jan 2008 11:54:16 +0100 Subject: schema: add ttrss_prefs.access_level, bump version --- sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanity_check.php') 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 __("Fatal Error: You forgot to copy -- cgit v1.2.3