Changes between Version 1 and Version 2 of Ticket #20846, comment 29
- Timestamp:
- Nov 9, 2015, 9:09:09 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20846, comment 29
v1 v2 1 re #18392: Exactly. I think the best plan is to have django be cautious and limit the index to 191 by default.1 re #18392: "not everyone can change their DB config" - Exactly. I think the best plan is to have django be cautious and limit the index to 191 by default. 2 2 3 3 If the user has changed their DB config to allow longer prefixes, they can tell django to allow creating longer indexes, and can at least manually convert ROW_FORMAT on the tables.