max-telegram-bridge-bot/migrations/postgres/000010_queue_att_url.down.sql
Andrey Lugovskoy 063231bd55 Add retry queue for MAX→TG direction
Failed MAX→TG messages now enqueued with media URL and retried
automatically. Supports photo, video, audio, file, sticker.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 10:49:00 +03:00

2 lines
91 B
SQL

ALTER TABLE send_queue DROP COLUMN att_url;
ALTER TABLE send_queue DROP COLUMN parse_mode;