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

bring back web dbupdate using new migrations system

This commit is contained in:
Andrew Dolgov
2021-03-04 09:22:24 +03:00
parent e19570f422
commit 5eb0f3d640
14 changed files with 117 additions and 218 deletions

View File

@@ -189,7 +189,7 @@
"Maybe another daemon is already running.\n");
}
if (Db_Updater::is_update_required()) {
if (Config::is_migration_needed()) {
die("Schema version is wrong, please upgrade the database.\n");
}