3 lines
85 B
SQL
3 lines
85 B
SQL
|
|
grant usage on schema public to postgres;
|
||
|
|
grant create on schema public to postgres;
|