summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-30 12:55:50 +0300
committerAndrew Dolgov <[email protected]>2017-11-30 12:55:50 +0300
commitecd2e414bde6b44bffeea0e6ee49d2dc603f35cc (patch)
tree53d451255dc83416afca8a63d2d22e3c3c15950d /include/functions.php
parent1a4ff852def7f70d99a3ee330b405dd0ff3fe470 (diff)
add ttrss_feeds.last_unconditional (schema bump)
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 ed6f78eef..6c7a6de5f 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 132);
+ define('SCHEMA_VERSION', 133);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);