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

bump schema for upcoming prefs overhaul

This commit is contained in:
Andrew Dolgov
2021-02-25 10:11:09 +03:00
parent 922a699215
commit 1112922029
5 changed files with 43 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
define('SCHEMA_VERSION', 140);
define('SCHEMA_VERSION', 141);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);