mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:55:55 +00:00
archived feeds: expire old entries (schema bump)
This commit is contained in:
@@ -1137,10 +1137,8 @@ class Handler_Public extends Handler {
|
||||
|
||||
print "<h3>" . T_sprintf("Updating to schema version %d", SCHEMA_VERSION) . "</h3>";
|
||||
|
||||
print "<ul>";
|
||||
|
||||
for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) {
|
||||
print "<li>" . T_sprintf("Performing update up to version %d...", $i);
|
||||
print_notice(T_sprintf("Performing update up to version %d...", $i));
|
||||
|
||||
$result = $updater->performUpdateTo($i, true);
|
||||
|
||||
@@ -1157,8 +1155,6 @@ class Handler_Public extends Handler {
|
||||
}
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
print_notice("Your Tiny Tiny RSS database is now updated to the latest version.");
|
||||
|
||||
print "<a href='index.php'>".__("Return to Tiny Tiny RSS")."</a>";
|
||||
|
||||
Reference in New Issue
Block a user