Files
max-telegram-bridge-bot/migrations/postgres/000010_queue_att_url.down.sql
T
2026-05-27 09:55:11 +09:00

3 lines
91 B
SQL

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