#19749 add support of adding index with collation

This commit is contained in:
Nicolai Ehrhardt 2026-01-03 13:34:21 +01:00
parent 36b47f265b
commit 62b7eb0c99

View File

@ -233,6 +233,13 @@
name="index[columns][sub_parts][]"
value="">
</td>
<td>
<select name="index[columns][collations][]">
<option value="None" selected>None</option>
+ <option value="A">A</option>
+ <option value="D">D</option>
</select>
</td>
</tr>
{% endfor %}
{% endif %}