Commit ed2b2d3
committed
Fix index names in MySQL comparison files
When MySQL creates an implicit index for a FK, the index name matches
the FK constraint name. With the auto-generated FK naming change,
indexes are now named 'articles_user_id' instead of 'user_id'.1 parent e34648e commit ed2b2d3
File tree
2 files changed
+2
-2
lines changed- tests/comparisons/Diff/default
2 files changed
+2
-2
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments