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

bump schema for ttrss_user_labels2 indexes

This commit is contained in:
Andrew Dolgov
2021-02-27 11:04:25 +03:00
parent 6d06450649
commit c1cd3324e3
5 changed files with 17 additions and 3 deletions

View File

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