Skip to content

Commit

Permalink
Alter role superuser for local
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Sep 1, 2023
1 parent 8a1d8f0 commit 12e1cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_local.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CREATE ROLE postgres WITH PASSWORD 'postgres' LOGIN SUPERUSER;
CREATE ROLE postgres WITH PASSWORD 'postgres' LOGIN;
ALTER ROLE postgres SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN REPLICATION BYPASSRLS;
CREATE DATABASE postgres WITH OWNER postgres;

0 comments on commit 12e1cc4

Please sign in to comment.