DB script update
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 11 months ago
parent dd1a3a71fd
commit a802d8366e

@ -17,15 +17,7 @@ def executeDBQuery(query):
conn.close()
create_db_query = '''
CREATE DATABASE bigbrother
WITH
ENCODING = 'UTF8'
LC_COLLATE = 'French_France.1252'
LC_CTYPE = 'French_France.1252'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;
CREATE DATABASE bigbrother;
'''
create_schema_query = '''

Loading…
Cancel
Save