Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:56:52 +00:00
parent 26dab520ff
commit d3358adc98

View file

@ -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';