fp/services/migrations/migrations/00003_create-graphile-worker-schema.sql
CJ_Clippy e4b979d61c
Some checks failed
ci / build (push) Failing after 9m56s
bot progress
2024-08-06 17:13:58 -08:00

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;