Skip to content

Remove unnecessary DB indexes

akwizgran requested to merge 545-remove-unnecessary-indexes into master

These DB indexes are redundant because H2 already creates indexes for foreign keys.

Needs backport. The backport will add a migration that drops the indexes if they exist, to save space and speed up writes.

Merge request reports