summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-10 15:45:30 +0300
committerAndrew Dolgov <[email protected]>2019-03-10 15:45:30 +0300
commit32f9fda33d5f5e88daa4188b637494f3b7af48ca (patch)
tree8cef776192cd84986ce2d6eb9acc11ab9018f302 /include
parent95e70320a60ad12a6562c28a906714e754b40fad (diff)
add composite key on ttrss_feeds (feed_url & owner_uid)
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 2ab43e0b6..68844013a 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 136);
+ define('SCHEMA_VERSION', 137);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);