chore(server): better naming for the sql init script

This commit is contained in:
Kristaps Fabians Geikins
2022-03-17 13:20:35 +02:00
parent 94b0174b16
commit 814240db0c
2 changed files with 1 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
CREATE DATABASE speckle2_test
WITH
OWNER = speckle
ENCODING = 'UTF8'
LC_COLLATE = 'en_US.utf8'
LC_CTYPE = 'en_US.utf8'
TABLESPACE = pg_default
CONNECTION LIMIT = -1;