Skip to content

Commit

Permalink
Update migration [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Jan 21, 2025
1 parent 8abb206 commit 27dceb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/00309_translations_hash_directus_permissions.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- +goose Up

GRANT SELECT ON TABLE "public"."translations_hash" TO directus;
GRANT SELECT, UPDATE, DELETE ON TABLE "public"."translations_hash" TO directus;


-- +goose Down

REVOKE SELECT ON TABLE "public"."translations_hash" FROM directus;
REVOKE SELECT, UPDATE, DELETE ON TABLE "public"."translations_hash" FROM directus;

0 comments on commit 27dceb2

Please sign in to comment.