mika-agent-assist/supabase/migrations/20260522200810_0227d4cf-2cac-4c75-8ee9-157c3105c20f.sql
gpt-engineer-app[bot] 7baaf4bc5b Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-05-22 20:08:13 +00:00

5 lines
No EOL
241 B
SQL

UPDATE public.agent_instances
SET telegram_webhook_secret = 'a1ef7f3d2c4b8e9f0d6a5b1c3e7f9a2b4c6d8e0f1a3b5c7d9e1f3a5b7c9d1e3f',
telegram_webhook_configured = true,
updated_at = now()
WHERE id = '2d5bfffc-68dc-41d2-870c-2c77f794da08';