mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 18:16:51 +00:00
4 lines
No EOL
236 B
SQL
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; |