summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-05-11 23:32:16 +0400
committerAndrew Dolgov <[email protected]>2009-05-11 23:32:16 +0400
commitf574fec6a6cd32f8c1582399cb4796974327df96 (patch)
tree7fa7bafd26184b45b9fe81de98f86528d8e489d8 /sanity_check.php
parent42a5226a748a44ce8fac78414a9f85049cef2c91 (diff)
workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table)
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 51dc1b5f8..ab4e29b3a 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 18);
- define('SCHEMA_VERSION', 55);
+ define('SCHEMA_VERSION', 56);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy