Skip to content

Commit

Permalink
fix(postgres): fix ensuring database exists
Browse files Browse the repository at this point in the history
Closes #3713
  • Loading branch information
B4nan committed Nov 9, 2022
1 parent 86a65a7 commit d23dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgresql/src/PostgreSqlSchemaHelper.ts
Expand Up @@ -334,7 +334,7 @@ export class PostgreSqlSchemaHelper extends SchemaHelper {
}

getManagementDbName(): string {
return undefined!;
return '';
}

disableForeignKeysSQL(): string {
Expand Down

0 comments on commit d23dde0

Please sign in to comment.