Added project
This commit is contained in:
3
init_postgresql_db/ddl-postgresql.sql
Normal file
3
init_postgresql_db/ddl-postgresql.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE DATABASE test;
|
||||
CREATE USER "user" WITH password 'password';
|
||||
GRANT ALL PRIVILEGES ON DATABASE test TO "user";
|
||||
Reference in New Issue
Block a user