mika-agent-assist/supabase/migrations/20260423205719_e0832773-c162-4f85-9753-aa544c1f671c.sql
gpt-engineer-app[bot] db38398c21 Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-04-23 20:57:43 +00:00

2 lines
No EOL
110 B
SQL

ALTER TABLE public.agent_instances
ADD COLUMN IF NOT EXISTS model_config jsonb NOT NULL DEFAULT '{}'::jsonb;