dev env setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE ROLE webapi WITH
|
||||
LOGIN
|
||||
NOSUPERUSER
|
||||
INHERIT
|
||||
NOCREATEDB
|
||||
NOCREATEROLE
|
||||
NOREPLICATION
|
||||
NOBYPASSRLS
|
||||
PASSWORD 'devpassword';
|
||||
Reference in New Issue
Block a user