buhapp-backend/migrations
ga c6d219c51f Telegram WebApp support + consent endpoint
- Telegram bot (long polling)
- /api/v1/auth/telegram (validate initData, auto-create user)
- /api/v1/auth/consents (record acceptances)
- users.telegram_id column, GetByTelegramID/CreateWithTelegramID
- ValidateInitData (HMAC-SHA256 with WebAppData secret)
2026-08-20 17:43:20 +00:00
..
0001_init.down.sql Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
0001_init.up.sql Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
0002_user_prefs.down.sql Sprint 2: profile, preferences, location, search 2026-08-20 15:49:21 +00:00
0002_user_prefs.up.sql Sprint 2: profile, preferences, location, search 2026-08-20 15:49:21 +00:00
0003_chat.down.sql Sprint 3: chat with WebSocket 2026-08-20 15:51:05 +00:00
0003_chat.up.sql Sprint 3: chat with WebSocket 2026-08-20 15:51:05 +00:00
0004_reviews.down.sql Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
0004_reviews.up.sql Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
0005_telegram.down.sql Telegram WebApp support + consent endpoint 2026-08-20 17:43:20 +00:00
0005_telegram.up.sql Telegram WebApp support + consent endpoint 2026-08-20 17:43:20 +00:00