Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23629 closed Bug (fixed)

Migrations doesn't detect changes to db_table

Reported by: Richard Eames Owned by: Tianyi Wang
Component: Migrations Version: 1.7
Severity: Release blocker Keywords:
Cc: github@…, wty52133@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The migrations inspector doesn't currently recognise changes to db_table

Change History (6)

comment:1 by Richard Eames, 10 years ago

Cc: github@… added

comment:2 by Tim Graham, 10 years ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

comment:3 by Tianyi Wang, 10 years ago

Owner: changed from nobody to Tianyi Wang
Status: newassigned

comment:4 by Tianyi Wang, 10 years ago

Cc: wty52133@… added
Has patch: set

comment:5 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 5732424beed38f81870f2dd9d913310bca1eaf44:

Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.

Thanks Naddiseo for reporting.

comment:6 by Tim Graham <timograham@…>, 10 years ago

In 3f3bed8fb9109783aaa15a700a811255b8640cea:

[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.

Thanks Naddiseo for reporting.

Backport of 5732424bee from master

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