mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 10:16:43 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
a57325a7c1
commit
6498030a98
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue