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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user