* backend and clients * adding teams_team_name to workspace_settings * openapi.yaml adding teams workspace settings endpoints * teams workspace settings frontend * workspaces router * build ce * ee gate * ee oauth * update client * workspace error handler * remove log * ce * point to new hub scripts * updating hubPaths * updating hubPaths * cleanup * merge * schedule teams error * polish, reactivity * sqlx compilewarning * sqlx migrate * make it build * router * fix * remove sqlx workaround * Update ee-repo-ref.txt * simplify some logic * sqlx * latest ee ref * latest ee ref --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
3 lines
182 B
SQL
3 lines
182 B
SQL
ALTER TABLE workspace_settings DROP COLUMN teams_command_script;
|
|
ALTER TABLE workspace_settings DROP COLUMN teams_team_id;
|
|
ALTER TABLE workspace_settings DROP COLUMN teams_team_name; |