Files
windmill/backend/migrations/20230718090041_add_openai_resource_path.up.sql
HugoCasa f7201bff0e feat: use openai resource for windmill AI (#1902)
* 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>
2023-07-19 13:44:16 +02:00

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;