Changes between Initial Version and Version 1 of Ticket #27935, comment 3
- Timestamp:
- Mar 13, 2017, 7:41:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27935, comment 3
initial v1 1 1 The current model wasn't actually enough to trigger a failure for the auto-generated name as the length of the indexed field is only 5 characters. 2 2 3 Either changing `suffix = brin` to `suffix = `brn`, or removing a character from the hash so it's just five characters. Probably the first is better?3 Either changing `suffix = brin` to `suffix = brn`, or removing a character from the hash so it's just five characters. Probably the first is better? 4 4 5 5 {{{#!python