Changes between Version 1 and Version 2 of Ticket #32457
- Timestamp:
- Feb 17, 2021, 5:49:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32457 – Description
v1 v2 1 1 Hi. 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: 2 2 3 1. Remove the model and create a migration that removes the field from Django's state.3 1. Remove the field from the model and create a migration that removes the field from Django's state. 4 4 2. Create a migration that removes the field from the database. 5 5