Add database creation scripts
This commit is contained in:
parent
bcece8697b
commit
b1ec6aa488
|
@ -0,0 +1,5 @@
|
|||
CREATE ROLE odyfo WITH LOGIN PASSWORD 'rajjout';
|
||||
|
||||
CREATE DATABASE odyfo WITH OWNER odyfo;
|
||||
|
||||
CREATE DATABASE test_odyfo WITH OWNER odyfo;
|
Loading…
Reference in New Issue