mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
don't specify tablespace
This commit is contained in:
@@ -94,7 +94,6 @@ export class Postgres implements IDatabase {
|
|||||||
await client.query(`CREATE DATABASE "${this.config.postgres.database}"
|
await client.query(`CREATE DATABASE "${this.config.postgres.database}"
|
||||||
WITH
|
WITH
|
||||||
OWNER = ${this.config.postgres.user}
|
OWNER = ${this.config.postgres.user}
|
||||||
TABLESPACE = pg_default
|
|
||||||
CONNECTION LIMIT = -1;`
|
CONNECTION LIMIT = -1;`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user