Files
windmill/backend/migrations/20250128201251_teams_workspace_command_script.up.sql
Alexander Petric 149d5fb3e1 feat: teams workspace scripts (#5238)
* 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>
2025-02-13 16:53:57 +01:00

4 lines
234 B
SQL

ALTER TABLE workspace_settings ADD COLUMN teams_command_script TEXT DEFAULT NULL;
ALTER TABLE workspace_settings ADD COLUMN teams_team_id TEXT DEFAULT NULL;
ALTER TABLE workspace_settings ADD COLUMN teams_team_name TEXT DEFAULT NULL;