summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/data/mailman_01.db
Commit message (Collapse)AuthorAgeFilesLines
* Migrations will be replaced with Alchemy.Barry Warsaw2014-09-221-0/+0
| | | | | | We don't need the raw SQL schema stuff any more. We don't need the Version table any more.
* Separate out the migration test methods so that the ones testing that theBarry Warsaw2012-04-201-0/+0
columns got renamed don't in fact check the data in those tables. Better separation of concerns. Rename mailman.database.transaction.txn to ...transactional and use it in a couple of additional spots.