5 lines
132 B
SQL
5 lines
132 B
SQL
CREATE schema graphile_worker;
|
|
GRANT all ON SCHEMA graphile_worker TO postgres;
|
|
GRANT all ON SCHEMA graphile_worker TO automation;
|
|
|