mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
dd24ed59ec
* cc * cc * cc * all * sqlx
3 lines
232 B
SQL
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;
|