Skip to content

Add a couple indexes on Member

username-removed-35210 requested to merge abompard/mailman:member-indexes into master

The new find_members() method filters on two columns that had no indexes: list_id and role. This branch adds those indexes.

Merge request reports