fix: add missing http_trigger_version_seq grants (#5816)

This commit is contained in:
HugoCasa
2025-05-26 19:38:01 +02:00
committed by GitHub
parent b2b579387e
commit 3d4c8d2906
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 SEQUENCE http_trigger_version_seq TO windmill_user;
GRANT ALL ON SEQUENCE http_trigger_version_seq TO windmill_admin;