fix: add grant select on debounce_key

This commit is contained in:
Ruben Fiszel
2025-10-17 13:55:02 +00:00
parent 963e0fb356
commit 60e17e5068
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,4 @@
-- Add up migration script here
GRANT SELECT ON debounce_key TO windmill_user;
GRANT SELECT ON debounce_key TO windmill_admin;