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