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

move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/updater class

This commit is contained in:
Andrew Dolgov
2021-03-02 15:03:01 +03:00
parent 86b12fc06c
commit d6629ed188
10 changed files with 31 additions and 30 deletions

View File

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