mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 05:16:48 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
26dab520ff
commit
d3358adc98
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
UPDATE public.agent_instances
|
||||
SET telegram_user_chat_id = 179720882,
|
||||
telegram_connected_at = now(),
|
||||
telegram_onboarding_completed = true,
|
||||
onboarding_completed = true,
|
||||
updated_at = now()
|
||||
WHERE id = '911396a1-7c2d-42e0-b018-5e7ba21bd181';
|
||||
Loading…
Add table
Add a link
Reference in a new issue