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

5 lines
132 B
MySQL
Raw Normal View History

2024-08-07 01:13:58 +00:00
CREATE schema graphile_worker;
GRANT all ON SCHEMA graphile_worker TO postgres;
GRANT all ON SCHEMA graphile_worker TO automation;