Add database creation scripts

This commit is contained in:
coolneng 2021-02-08 01:29:39 +01:00
parent bcece8697b
commit b1ec6aa488
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

5
psql_creation.sql Normal file
View File

@ -0,0 +1,5 @@
CREATE ROLE odyfo WITH LOGIN PASSWORD 'rajjout';
CREATE DATABASE odyfo WITH OWNER odyfo;
CREATE DATABASE test_odyfo WITH OWNER odyfo;