8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14045e7 commit 2811962Copy full SHA for 2811962
migrations/db/migrations/10000000000000_demote-postgres.sql
@@ -15,6 +15,6 @@ GRANT ALL ON ALL ROUTINES IN SCHEMA auth TO postgres;
15
GRANT ALL ON ALL ROUTINES IN SCHEMA storage TO postgres;
16
GRANT ALL ON ALL ROUTINES IN SCHEMA extensions TO postgres;
17
ALTER ROLE postgres CREATEDB CREATEROLE LOGIN BYPASSRLS;
18
-GRANT NOSUPERUSER to postgres;
+REVOKE rds_superuser from postgres;
19
GRANT rds_replication to postgres;
20
-- migrate:down
0 commit comments