mirror of
https://github.com/BEARlogin/max-telegram-bridge-bot.git
synced 2026-04-28 11:49:49 +00:00
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>
2 lines
83 B
SQL
2 lines
83 B
SQL
ALTER TABLE pairs DROP COLUMN prefix;
|
|
ALTER TABLE messages DROP COLUMN created_at;
|