From 73fe13afd47d4e8d31ffd5f09fc602415e5f1207 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Nov 2010 16:34:49 +0300 Subject: add ttrss_users.full_name; bump schema --- 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 437ac0a03..0f539bde9 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 19); - define('SCHEMA_VERSION', 69); + define('SCHEMA_VERSION', 70); if (!file_exists("config.php")) { print "Fatal Error: You forgot to copy -- cgit v1.2.3