* 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
165 B
SQL
3 lines
165 B
SQL
-- Add down migration script here
|
|
ALTER TABLE workspace_settings DROP COLUMN openai_resource_path;
|
|
ALTER TABLE workspace_settings ADD COLUMN openai_key VARCHAR(255); |