Make models and components available immediately after their migration

This commit is contained in:
Alice Gaudon 2021-01-25 16:21:24 +01:00
parent 8a25f214ab
commit 4817563dc1

View File

@ -206,9 +206,7 @@ export default class MysqlConnectionManager {
]);
});
}
}
for (const migration of this.migrations) {
migration.registerModels?.();
}
}