Files
windmill/backend/migrations/20231108200232_add_custom_components.up.sql
2023-11-09 19:38:52 +01:00

3 lines
232 B
SQL

-- Add up migration script here
INSERT INTO folder (workspace_id, name, display_name, owners, extra_perms) SELECT id, 'app_custom', 'App Custom Components', ARRAY[]::TEXT[], '{"g/all": false}' FROM workspace ON CONFLICT DO NOTHING;