Turn back time:Converting integer fields to bigint using Django migrations at scale

Turn back time:Converting integer fields to bigint using Django migrations at scale

DjangoCon Videos

Django migrations enable converting IntegerField to BigIntegerField with minimal downtime using RunSQL for large-scale PostgreSQL upgrades on money and primary key fields.