mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
f7201bff0e
* feat: add inline code gen flow * feat(frontend): add script gen to flow and app builders * fix(backend): allow all users to use openai * feat: use openai resource for windmill AI --------- Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
3 lines
164 B
SQL
3 lines
164 B
SQL
-- Add up migration script here
|
|
ALTER TABLE workspace_settings ADD COLUMN openai_resource_path VARCHAR(1000);
|
|
ALTER TABLE workspace_settings DROP COLUMN openai_key; |