summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-06 19:06:05 +0300
committerAndrew Dolgov <[email protected]>2019-03-06 19:06:05 +0300
commit38e01270d876cc7e43923629f038bbae629f307b (patch)
treeae505aaa6cf83c446267a23146ff82c5ac707fdc /include
parent26c226c8e44cd1f817aad191b4937aaa7b5674b1 (diff)
archived feeds: expire old entries (schema bump)
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index d93be856d..2ab43e0b6 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 135);
+ define('SCHEMA_VERSION', 136);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);