mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
58975b58dc
* feat: instancd groups mapping to workspace * npm run check * nits * improve apis * sqlx prepare and ee-repo ref * adding workspace assignment in groups page * nits * correct rollback * sqlx * ee repo ref * revert accidental ee-repo-ref commit to main * ee repo ref * revert accidental ee-repo-ref commit to main
5 lines
160 B
SQL
5 lines
160 B
SQL
-- Remove auto-add columns for instance groups
|
|
ALTER TABLE workspace_settings
|
|
DROP COLUMN auto_add_instance_groups,
|
|
DROP COLUMN auto_add_instance_groups_roles;
|