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
134 B
SQL
2 lines
134 B
SQL
ALTER TABLE pairs ADD COLUMN prefix INTEGER NOT NULL DEFAULT 1;
|
|
ALTER TABLE messages ADD COLUMN created_at BIGINT NOT NULL DEFAULT 0;
|