1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

schema: updates for new filter format (bump version to 131)

This commit is contained in:
Andrew Dolgov
2017-07-02 20:59:24 +03:00
parent 57a1143c9d
commit 10a1f28f7c
5 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 130);
define('SCHEMA_VERSION', 131);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);