diff --git a/src/databases/Postgres.ts b/src/databases/Postgres.ts index 3f69a59..a6e855e 100644 --- a/src/databases/Postgres.ts +++ b/src/databases/Postgres.ts @@ -94,7 +94,6 @@ export class Postgres implements IDatabase { await client.query(`CREATE DATABASE "${this.config.postgres.database}" WITH OWNER = ${this.config.postgres.user} - TABLESPACE = pg_default CONNECTION LIMIT = -1;` ); }