Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-23 20:57:43 +00:00
parent ab19306a9e
commit db38398c21
4 changed files with 190 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE public.agent_instances
ADD COLUMN IF NOT EXISTS model_config jsonb NOT NULL DEFAULT '{}'::jsonb;