summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-11-18 14:33:47 +0300
committerAndrew Dolgov <[email protected]>2015-11-18 14:33:47 +0300
commit6497fb65b439f02cf145c2d0eb4e40803641fbb4 (patch)
tree46d7da0b02152b615f411da6b4ded924e8f22f0c /include/functions.php
parentee4c4602726a1d1064c96414a8e4df0308f3be62 (diff)
fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index e91072271..92d6e9790 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 129);
+ define('SCHEMA_VERSION', 130);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);