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

schema: add ttrss_feeds.last_successful_update

This commit is contained in:
Andrew Dolgov
2020-09-28 14:14:06 +03:00
parent 97d7e5a42a
commit de22464ea8
5 changed files with 13 additions and 3 deletions

View File

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