Add database creation scripts
This commit is contained in:
5
psql_creation.sql
Normal file
5
psql_creation.sql
Normal 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;
|
||||
Reference in New Issue
Block a user