chore: Expose createDatabaseInstance, createMigrationRunner methods

This commit is contained in:
Tom Moor
2023-11-25 13:18:51 -05:00
parent b903be6804
commit a21e1d9fea
6 changed files with 96 additions and 69 deletions

View File

@@ -50,7 +50,7 @@ if (serviceNames.includes("collaboration")) {
// This function will only be called once in the original process
async function master() {
await checkConnection();
await checkConnection(sequelize);
await checkEnv();
await checkPendingMigrations();