fp/services/migrations-schema/migrations/00003_create-graphile-worke...

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;