Changes between Version 1 and Version 2 of Ticket #32457


Ignore:
Timestamp:
Feb 17, 2021, 5:49:16 PM (4 years ago)
Author:
Christian Bundy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32457 – Description

    v1 v2  
    11Hi. We're doing multi-stage migrations with a blue-green deployment model, and currently bumping into an error. I think this is a small problem with a quick fix. The goal was to remove a field with three separate changes:
    22
    3 1. Remove the model and create a migration that removes the field from Django's state.
     31. Remove the field from the model and create a migration that removes the field from Django's state.
    442. Create a migration that removes the field from the database.
    55
Back to Top