File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 1
1
-- Create schemas
2
2
create schema if not exists pgflow;
3
-
4
- -- ------------------------------------------------------------------------
5
- -- ---------------- TODO: fix me, UNSECURE --------------------------------
6
- -- ------------------------------------------------------------------------
7
- -- Commenting out permissions for Atlas diff
8
- -- grant usage on schema pgflow to anon, authenticated, service_role;
9
- -- grant all on all tables in schema pgflow to anon, authenticated, service_role;
10
- -- grant all on all routines in schema pgflow to anon, authenticated, service_role;
11
- -- grant all on all sequences in schema pgflow to anon, authenticated, service_role;
12
- -- alter default privileges for role postgres in schema pgflow
13
- -- grant all on tables to anon, authenticated, service_role;
14
- -- alter default privileges for role postgres in schema pgflow
15
- -- grant all on routines to anon, authenticated, service_role;
16
- -- alter default privileges for role postgres in schema pgflow
17
- -- grant all on sequences to anon, authenticated, service_role;
You can’t perform that action at this time.
0 commit comments