summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/51b7f92bd06c_initial.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the database directory.Barry Warsaw2016-03-241-6/+1
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Fixes for the review commentsAurélien Bompard2015-09-151-2/+2
|
* Test the schema migrations with AlembicAurélien Bompard2015-09-151-4/+6
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-7/+14
|
* Merge Barry's changesAurélien Bompard2014-10-131-6/+31
|
* Fix unit tests with SQLite nowAurélien Bompard2014-10-101-1/+3
|
* * remove migrate commandAbhilash Raj2014-10-101-0/+32
* remove alembic.cfg, move contents to schema.cfg * fix import errors in src/mailman/model/language.py * add indexes * change the previously wrong written tablename autoresponserecord * change alembic_cfg to use schema.cfg instead of alembic.cfg