mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-28 07:11:37 +00:00
ALTER COLUMN user_id TYPE INTEGER failed with "integer out of range" because the column contained telegram_id values (BIGINT) exceeding INTEGER max. Swapped order: SET NULL first, then ALTER TYPE.