Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-25 12:00:56 +00:00
parent a57325a7c1
commit 6498030a98
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,4 @@
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;