summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-03-13 09:18:21 +0100
committerAndrew Dolgov <[email protected]>2008-03-13 09:18:21 +0100
commit43398b8e436a01b921562609a08336fc53f71b79 (patch)
tree60781514c81b8edab6a5e1834a61f9e66194ec8e /sanity_check.php
parentf0053c6a47637d026dd5c4cc63d37c1c87d934df (diff)
remove limit on ttrss_feeds.feed_url length (closes #199)
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 47d12f98d..3dc6eaaf7 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', 33);
+ define('SCHEMA_VERSION', 34);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy