summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-27 12:05:20 +0400
committerAndrew Dolgov <[email protected]>2010-10-27 12:05:20 +0400
commit25ea280502fbb0fb7fc51f355df8fc644dfc994d (patch)
tree1a2eb0a3a5f6d98702ac9340dbb33ee6ebf17a1e /sanity_check.php
parent70543b6a400f292c6ed03d0489d0d696d1e13606 (diff)
add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (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 b0d7477c7..363c22661 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', 66);
+ define('SCHEMA_VERSION', 67);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy