Changes between Initial Version and Version 1 of Ticket #37031, comment 5
- Timestamp:
- Apr 14, 2026, 8:06:37 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37031, comment 5
initial v1 12 12 1. Add the field as `(null=True, unique=True, default=uuid.uuid4)` and run the migration 13 13 2. 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 ma tter14 3. Run a migration that performs a backfill in a non-atomic manner `Migration.atomic=False` 15 15 4. Run a migration that drops `null=True` 16 16