mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 00:06:06 +00:00
4 lines
181 B
SQL
4 lines
181 B
SQL
-- Add up migration script here
|
|
CREATE POLICY "schedule_audit" on audit FOR INSERT
|
|
TO windmill_user
|
|
WITH CHECK (((parameters->>'end_user')::text ~~ 'schedule-%'::text)); |