mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
Don't force encoding
This commit is contained in:
@@ -94,9 +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}
|
||||||
ENCODING = 'UTF8'
|
|
||||||
LC_COLLATE = 'en_US.utf8'
|
|
||||||
LC_CTYPE = 'en_US.utf8'
|
|
||||||
TABLESPACE = pg_default
|
TABLESPACE = pg_default
|
||||||
CONNECTION LIMIT = -1;`
|
CONNECTION LIMIT = -1;`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user