summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 16:34:49 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 16:34:49 +0300
commit73fe13afd47d4e8d31ffd5f09fc602415e5f1207 (patch)
tree64af5a434bd6c5505c82ebe714d4026548d0e899 /sanity_check.php
parented28d0fd454d5f2c15f492bfa02d3fe9a0e79e0c (diff)
add ttrss_users.full_name; 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 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 "<b>Fatal Error</b>: You forgot to copy