max-telegram-bridge-bot/migrations/postgres/000004_add_crossposts.down.sql
Andrey Lugovskoy f7ac73ae23 Add /crosspost command for channel-to-channel crossposting
Support TG channel posts (update.ChannelPost/EditedChannelPost),
add direction control (tg>max, max>tg, both), prefix toggle,
and shared forwarding helpers (forwardTgToMax, forwardMaxToTg).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 16:26:18 +03:00

2 lines
84 B
SQL

DROP TABLE IF EXISTS crossposts;
ALTER TABLE pending DROP COLUMN IF EXISTS command;