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

add ttrss_feeds.last_unconditional (schema bump)

This commit is contained in:
Andrew Dolgov
2017-11-30 12:55:50 +03:00
parent 1a4ff852de
commit ecd2e414bd
5 changed files with 19 additions and 3 deletions

View File

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