mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
d33d465d3a
* Fix Bash flow lock * Tests w/ fixes * Add Sequence privileges
8 lines
159 B
SQL
8 lines
159 B
SQL
-- Add up migration script here
|
|
|
|
GRANT ALL
|
|
ON ALL SEQUENCES IN SCHEMA public
|
|
TO windmill_user;
|
|
GRANT ALL
|
|
ON ALL SEQUENCES IN SCHEMA public
|
|
TO windmill_admin; |