Change default config value

This commit is contained in:
Alexandre Bodin 2021-11-15 09:41:00 +01:00
parent 0aed619155
commit 79de0a5926

View File

@ -30,7 +30,7 @@ class Database {
this.config = {
connection: {},
settings: {
forceMigration: false,
forceMigration: true,
},
...config,
};