Files
windmill/backend/migrations/20221212114409_add_all_group_to_admins.up.sql

3 lines
169 B
SQL

-- Add up migration script here
INSERT INTO group_ SELECT id, 'all', 'The group that always contains all users of this workspace' FROM workspace ON CONFLICT DO NOTHING;