Skip to content

Use separate indexes for migration/import of ContentGroups

Daniel Gerhardt requested to merge fix-content-group-migration into master

Because of sorting, it is not possible to use the same index because it implies that the property is set. This change fixes the migration of ContentGroups (full database migration).

Merge request reports