Files
backend/prisma/migrations/5_add_telegram_login_message_refs/migration.sql
Ruslan Bakiev 85430fa3fb
All checks were successful
Build and deploy Backend / build (push) Successful in 27s
Expire Telegram login button in bot
2026-05-13 20:14:22 +07:00

5 lines
132 B
SQL

-- AlterTable
ALTER TABLE "TelegramLoginRequest" ADD COLUMN "telegramChatId" TEXT,
ADD COLUMN "telegramMessageId" INTEGER;