Opened 2 years ago

Closed 2 years ago

#33670 closed Bug (fixed)

Migrations changes to implicit primary key when primary key is altered on SQLite.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Migrations Version: 4.0
Severity: Normal Keywords:
Cc: David Wobrock Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Migrations drops explicit primary key defined on a model when it's altered.

Change History (4)

comment:1 by Mariusz Felisiak, 2 years ago

Has patch: set

comment:2 by David Wobrock, 2 years ago

Cc: David Wobrock added

comment:3 by Carlton Gibson, 2 years ago

Triage Stage: UnreviewedAccepted

comment:4 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In b34238ad:

Fixed #33670 -- Fixed altering primary key on SQLite.

Note: See TracTickets for help on using tickets.
Back to Top