summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 19:37:20 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 19:37:20 +0300
commit3e4326e34dcb4a9eb922c6d212fd05a58a11b124 (patch)
treee6f8f52053e19cf9cc3f5fa46082276b6ee609c4 /include
parenta01c33d65409d8313221b981152ec627b8f8f3f1 (diff)
add ttrss_filters2.last_triggered (bump schema version)
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 83cc72f80..2b6ad50e4 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 134);
+ define('SCHEMA_VERSION', 135);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);
@@ -2589,4 +2589,4 @@
}
return $ts;
- } \ No newline at end of file
+ }