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

schema: add DEFAULT_SEARCH_LANGUAGE

This commit is contained in:
Andrew Dolgov
2019-04-10 12:47:46 +03:00
parent d7282ec292
commit 6768b3a4a3
5 changed files with 17 additions and 1 deletions

View File

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