* 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; |