max-telegram-bridge-bot/migrations/postgres/000001_init.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

3 lines
89 B
SQL

DROP TABLE IF EXISTS messages;
DROP TABLE IF EXISTS pairs;
DROP TABLE IF EXISTS pending;