mika-agent-assist/supabase/migrations/20260522203521_09fe343e-f768-4212-9fa3-08616d0602e6.sql
gpt-engineer-app[bot] 54c5c495ea Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
2026-05-22 20:35:24 +00:00

5 lines
No EOL
241 B
SQL

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