#25012: Migrations don't make foreign key 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 Rowan Seymour):
Ran into this migrating primary keys to `BigAutoField`. Was expecting it
to generate explicit migrations for changes to foreign keys to those ids,
but it doesn't. Running `sqlmigrate` also didn't show any `ALTER`
operations to foreign keys. However running the migration for the
`BigAutoField` change, resulted in an `ALTER` on one foreign key, in a
different app but not another in the same app.
--
Ticket URL: <https://code.djangoproject.com/ticket/25012#comment:13>
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.877081b0549bf95ba2172d72f1803eb2%40djangoproject.com.