Some checks reported errors
continuous-integration/drone/push Build encountered an error
- Add migration 007 to change users.telegram_id from INTEGER to BIGINT - Update User.telegram_id model to use BigInteger - Update BannedUser.telegram_id model to use BigInteger - Fixes asyncpg.exceptions.DataError: value 8300330445 out of int32 range - PostgreSQL INTEGER supports only -2.1B to 2.1B, but Telegram IDs can exceed this - BIGINT supports up to 9.2 quintillion, sufficient for all Telegram IDs