Changes between Initial Version and Version 1 of Ticket #24530, comment 2
- Timestamp:
- Mar 24, 2015, 8:50:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24530, comment 2
initial v1 1 1 One last thing — my production database contains indexes of the same form as in 2) even though they were created by `AlterField` operations on migrations. This leads me to think that this problem didn't exist in Django 1.7 but was introduced somewhere in a 1.7.x release. 2 3 ERRATUM — my production database contains indexes of the same form as in 4). Locally I get indexes of the same form as in 2) because I squashed migrations. So I'm exactly in the situation I described at the bottom of the ticket summary.