summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/env.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-2/+2
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* 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-7/+5
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* fix for migration autogeneration using alembicAbhilash Raj2015-01-101-2/+7
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* Remove some unused stuff.Barry Warsaw2014-10-111-5/+0
|
* Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-2/+1
|
* add central alembic configAbhilash Raj2014-10-031-13/+4
|
* Merge barry\'s branch with test fixes and clean codeAbhilash Raj2014-10-021-28/+31
|\
| * PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-271-0/+1
| |\
| * | Migrations, with cleanup by Barry.Barry Warsaw2014-09-271-28/+30
| | |
* | | Don't initialize twiceAurélien Bompard2014-10-021-2/+4
| | |
* | | Fix the 'alembic revision' commandAurélien Bompard2014-10-021-0/+6
| |/ |/|
* | * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-251-0/+1
|/ | | | * add a new method in base database to stamp with latest alembic version
* add autogenerate switch that generates to create migration scripts automaticallyAbhilash Raj2014-09-251-2/+1
|
* add new command `mailman migrate` to migrate the new schema on the old databaseAbhilash Raj2014-09-251-18/+7
|
* added license block for the new fileAbhilash Raj2014-09-241-0/+18
|
* added support for migrations via alembicAbhilash Raj2014-09-241-0/+72