max-telegram-bridge-bot/migrations/postgres/000002_add_prefix_and_created_at.down.sql
Andrey Lugovskoy 28f671d41c Initial commit: TG↔MAX bridge
Bi-directional message bridge between Telegram and MAX messengers.
Features: 1:1 chat pairing, reply support, message formatting,
prefix toggle, SQLite/PostgreSQL with golang-migrate, Dockerfile,
CI/CD with GitHub Actions.

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

2 lines
83 B
SQL

ALTER TABLE pairs DROP COLUMN prefix;
ALTER TABLE messages DROP COLUMN created_at;