Skip to content

Create various indices

Matti Viljanen requested to merge (removed):group_v2_index into master

I first noticed that group_v1_members had an index v2 didn't have. Then I skimmed through src/store/mod.rs and looked for possibilities to add indices. I excluded one index, which would only be used in a migration, but the others should be rather frequently used.

Merge request reports