1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:45:56 +00:00

update schema for app-specific passwords

This commit is contained in:
Andrew Dolgov
2019-11-01 11:57:36 +03:00
parent 178bcd4349
commit 84e9f1d5cc
5 changed files with 33 additions and 3 deletions

View File

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