diff options
Diffstat (limited to 'src/database_sqlite.cc')
| -rw-r--r-- | src/database_sqlite.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/database_sqlite.cc b/src/database_sqlite.cc index a2c4e4e..243011c 100644 --- a/src/database_sqlite.cc +++ b/src/database_sqlite.cc @@ -412,9 +412,8 @@ static bool CheckDatabaseSchema(TDatabase *Database){ return false; } - // IMPORTANT(fusion): After checking the application id, we want to apply - // patches before checking user version, just in case some migration needs - // to take place. + // IMPORTANT(fusion): We want to apply patches before checking user version, + // just in case some migration needs to take place. if(!ApplyDatabasePatches(Database, "sqlite/patches")){ LOG_ERR("Failed to apply database patches"); return false; |
