diff --git a/supabase/migrations/20260427155652_set_chat_id_911396a1.sql b/supabase/migrations/20260427155652_set_chat_id_911396a1.sql new file mode 100644 index 0000000..a073e24 --- /dev/null +++ b/supabase/migrations/20260427155652_set_chat_id_911396a1.sql @@ -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';