Allow attachment migration run on higher database version
This commit is contained in:
parent
921c3dba7c
commit
efe3cd67fc
3 changed files with 18 additions and 6 deletions
|
@ -32,7 +32,7 @@ exports.runMigrations = async ({ Backbone, database } = {}) => {
|
|||
const databaseVersion = await db.getVersion(database.id);
|
||||
const isAlreadyUpgraded = databaseVersion >= lastMigrationVersion;
|
||||
|
||||
console.log('Database state', {
|
||||
console.log('Database status', {
|
||||
firstMigrationVersion,
|
||||
lastMigrationVersion,
|
||||
databaseVersion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue