Primary keys are handled in [https://github.com/django/django/pull/15642
PR]. Fields with indexes defined via `db_index=True`, `Meta.indexes`,
`Meta.constraints`, and `unique=True` are still affected.
--
Ticket URL: <https://code.djangoproject.com/ticket/33671>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by GitHub <noreply@…>):
In [changeset:"1b3a949ba26ca8fefde7fa224e11c4aadbbdd724" 1b3a949b]:
{{{
#!CommitTicketReference repository=""
revision="1b3a949ba26ca8fefde7fa224e11c4aadbbdd724"
Refs #33671 -- Fixed migrations crash when adding collation to a primary
key on Oracle.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33671#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33671#comment:2>
Comment (by Durval Carvalho):
Since this issue has been resolved in PR #15642 and PR #15629, I am going
to close this ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/33671#comment:3>
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/33671#comment:4>
* status: closed => new
* resolution: fixed =>
Comment:
Please don't close unresolved tickets. Have you checked the ticket
description?
> Primary keys are handled in PR. Fields with indexes defined via
`db_index=True`, `Meta.indexes`, `Meta.constraints`, and `unique=True` are
still affected.
--
Ticket URL: <https://code.djangoproject.com/ticket/33671#comment:5>