Changes between Initial Version and Version 1 of Ticket #37031, comment 5


Ignore:
Timestamp:
Apr 14, 2026, 8:06:37 AM (4 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37031, comment 5

    initial v1  
    12121. Add the field as `(null=True, unique=True, default=uuid.uuid4)` and run the migration
    13132. Deploy the changes so any row created from that point sets a value
    14 3. Run a migration that performs a backfill in a non-atomic matter
     143. Run a migration that performs a backfill in a non-atomic manner `Migration.atomic=False`
    15154. Run a migration that drops `null=True`
    1616
Back to Top