Changes between Version 1 and Version 2 of Ticket #20888, comment 11
- Timestamp:
- Aug 7, 2016, 1:27:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20888, comment 11
v1 v2 3 3 Although requested for `alter_index_together`, I have implemented the feature with the new class based indexes which would allow users to do the same thing. 4 4 5 The patch contains implementation for all databases except backend which doesn't support the feature itself according to their [http://dev.mysql.com/doc/refman/5.7/en/create-index.html official docs]. I felt this to be a bit weird as the reporter had requested the featurespecifically for MySQL. Please let me know if I missed something in this context.5 The patch contains implementation for all databases except MySQL which doesn't support the feature itself according to their [http://dev.mysql.com/doc/refman/5.7/en/create-index.html official docs]. I felt this to be a bit weird as originally the feature had been requested specifically for MySQL. Please let me know if I missed something in this context. 6 6 7 7 The patch doesn't add the feature for `unique_together` as I couldn't understand/don't know what that means. I can try to add it for `unique_together` as well if somebody could explain that.