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
4 lines
98 B
SQL
4 lines
98 B
SQL
-- Remove added_via tracking
|
|
DROP INDEX idx_usr_added_via;
|
|
ALTER TABLE usr DROP COLUMN added_via;
|