MySQL complains of a non existing column that was removed in a later stage
of migrations.
This column doesn't exist in MySQL anymore as it is up to date with the
newest migration. So it's only natural that the column cannot be found.
The question is: why is `migrate` looking for this column at this stage?
It can only be found in the target new DB.
I'm not including any code at this stage but I guess I can probably find a
way to share the whole migrations if this doesn't sound like an already
addressed problem.
--
Ticket URL: <https://code.djangoproject.com/ticket/30896>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* version: 2.2 => master
* resolution: => needsinfo
Comment:
Thanks for this report, however we will not be able to reproduce this
issue (or check if it is a duplicate of an existing one) without a small
sample project or more detailed report.
--
Ticket URL: <https://code.djangoproject.com/ticket/30896#comment:1>