Fix postgress support
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
CREATE DATABASE wisemapping;
|
||||
CREATE USER wisemapping WITH PASSWORD 'password';
|
||||
GRANT ALL PRIVILEGES ON DATABASE wisemapping TO wisemapping;
|
||||
|
||||
GRANT ALL PRIVILEGES ON DATABASE wisemapping TO wisemapping;
|
Reference in New Issue
Block a user