Skip to content

Commit 94b03ed

Browse files
committed
fix: add missing http_trigger_version_seq grants
1 parent d940b39 commit 94b03ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- Add down migration script here
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Add up migration script here
2+
GRANT ALL ON SEQUENCE http_trigger_version_seq TO windmill_user;
3+
GRANT ALL ON SEQUENCE http_trigger_version_seq TO windmill_admin;

0 commit comments

Comments
 (0)