chore: tweak wording

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-26 11:31:18 +02:00
parent 6a6f45fde2
commit 72e356e8b9
@@ -88,7 +88,7 @@ export class DatabaseManagerImpl implements LegacyRootDatabaseService {
const getClient = () => this.getDatabase(pluginId, connector, deps);
let skip = false;
// config options take precedence over config
// class options take precedence over config
if (this.options?.migrations?.skip !== undefined) {
skip = this.options.migrations.skip;
} else {