mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Revert "docker: init: 02-postgres.sh: allow DB user to create new DB (for tests)"
This reverts commit 7e5be6094f.
This commit is contained in:
parent
ed7e16483b
commit
acbcc46a91
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ DO \$\$
|
|||
BEGIN
|
||||
IF NOT EXISTS (SELECT FROM pg_roles WHERE rolname = '$POSTGRES_USER') THEN
|
||||
CREATE ROLE $POSTGRES_USER WITH LOGIN PASSWORD '$POSTGRES_PASSWORD';
|
||||
ALTER ROLE $POSTGRES_USER CREATEDB;
|
||||
END IF;
|
||||
END
|
||||
\$\$;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue