fix: add grant all to concurrency_counter

This commit is contained in:
Ruben Fiszel
2025-10-28 10:17:42 +00:00
parent fc0c536e1a
commit c78cb1fb7a
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,3 @@
-- Add up migration script here
GRANT ALL ON concurrency_counter TO windmill_admin;
GRANT ALL ON concurrency_counter TO windmill_user;