summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 07:34:08 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 07:34:08 +0100
commitafb6038e47f07f3225d783f6ae10c13ef486f89e (patch)
tree7a442ec9f564cff52767ab9a41487db3bb6855c5 /sanity_check.php
parent43fc671f796b1f9720544c1577a05f6fe9e4d1d2 (diff)
add ttrss_user_entries.score; 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 3735d6c4f..167fef683 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', 35);
+ define('SCHEMA_VERSION', 36);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy