summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-28 14:14:06 +0300
committerAndrew Dolgov <[email protected]>2020-09-28 14:14:06 +0300
commitde22464ea818b2e6094ce92d0432090d47936ea9 (patch)
tree23a3bc7e732902c1a84cf2fa81ecdaaf363e791c /include
parent97d7e5a42a79fdd8fb54baf73a3d715385dccddf (diff)
schema: add ttrss_feeds.last_successful_update
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index cf3362e71..97de353e7 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 139);
+ define('SCHEMA_VERSION', 140);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);