Opened 12 years ago
Closed 12 years ago
#22281 closed Bug (fixed)
Any migration using the sqlite schema causes the altered table to lose any m2m tables
| Reported by: | Chris Beaven | Owned by: | nobody |
|---|---|---|---|
| Component: | Migrations | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
At a cursory glance, it looks like all the actions do _rebuild_table, which doesn't try to recreate new m2m tables at all.
Note:
See TracTickets
for help on using tickets.
In b47ef04ea2a3b1a48160253dd0ab906e621cecee: