Skip to content

Commit

Permalink
fix: cli migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Jan 11, 2023
1 parent 33565f0 commit 19f3eeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/commands/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export async function migrate({ run, revert, show, tenant_codes }: Options): Pro
let hostConfig: any = {
database: configModule.projectConfig.database_database,
url: configModule.projectConfig.database_url,
migrationsRun: true,
migrationsTransactionMode: 'each',
};
if (configModule.projectConfig.database_host) {
Expand All @@ -44,7 +43,6 @@ export async function migrate({ run, revert, show, tenant_codes }: Options): Pro
username: configModule.projectConfig.database_username,
password: configModule.projectConfig.database_password,
logging: configModule?.projectConfig.database_logging,
migrationsRun: true,
migrationsTransactionMode: 'each',
};
}
Expand Down

0 comments on commit 19f3eeb

Please sign in to comment.