summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/781a38e146bf_mailinglist_indexes.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the database directory.Barry Warsaw2016-03-241-3/+4
|
* Add indexes on the MailingList tableAurélien Bompard2016-01-141-0/+31
Ensure that list_id is unique, and add indexes on two commonly filtered-on fields: list_name and mail_host.