mika-agent-assist/supabase/migrations/20260425120053_73879f42-52a8-423a-8ed5-43b8fdcd9c6d.sql
gpt-engineer-app[bot] 6498030a98 Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-04-25 12:00:56 +00:00

4 lines
No EOL
236 B
SQL

ALTER TABLE public.agent_instances
ADD COLUMN IF NOT EXISTS agent_name text,
ADD COLUMN IF NOT EXISTS welcome_message_sent_at timestamp with time zone,
ADD COLUMN IF NOT EXISTS onboarding_completed boolean NOT NULL DEFAULT false;