mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4 lines
145 B
SQL
4 lines
145 B
SQL
-- Add up migration script here
|
|
CREATE POLICY "webhook" ON audit FOR INSERT
|
|
TO windmill_user
|
|
WITH CHECK (((username)::text ~~ 'webhook-%'::text)) |