fix: add grant all to concurrency_counter

This commit is contained in:
Ruben Fiszel
2025-10-28 10:17:47 +00:00
parent 9277bbb713
commit e9dc9960fa
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;