diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-04-10 12:47:46 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-04-10 12:47:46 +0300 |
| commit | 6768b3a4a3261b32c552e1acf1c471cd39b04a8a (patch) | |
| tree | b63c347626a7f69b051865b7d1621f68a5976372 /include/functions.php | |
| parent | d7282ec292a79120709e93ba9b1c73d0077d871b (diff) | |
schema: add DEFAULT_SEARCH_LANGUAGE
Diffstat (limited to 'include/functions.php')
| -rwxr-xr-x | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 3adeae924..c09e62cca 100755 --- a/include/functions.php +++ b/include/functions.php @@ -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); |