#25012: Migration doesn't seem to detect foreignKey type changes
-------------------------------------+------------------------------------
Reporter: Hedde van der Heide | Owner: nobody
Type: Bug | Status: new
Component: Migrations | Version: master
Severity: Normal | Resolution:
Keywords: migrations | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+------------------------------------
Comment (by Paul Schreiber):
I ran in to this today (Django 3.1.4). The workaround was to
{{{
UPDATE myapp.mytable set my_fk_column = NULL;
}}}
and re-run the migration.
--
Ticket URL: <https://code.djangoproject.com/ticket/25012#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/063.d70e9b2f77917beac0fdad1cdae706d5%40djangoproject.com.