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>
3 lines
89 B
SQL
3 lines
89 B
SQL
DROP TABLE IF EXISTS messages;
|
|
DROP TABLE IF EXISTS pairs;
|
|
DROP TABLE IF EXISTS pending;
|