summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement changes from the reviewAurélien Bompard2015-10-201-2/+2
* Rename from plural to singularAurélien Bompard2015-10-201-5/+5
* Use a separate table for header_matchesAurélien Bompard2015-10-201-0/+82
* Also rename the migration file following 9806f9c7Aurélien Bompard2015-09-221-2/+2
* Fix it with PostgreSQLAurélien Bompard2015-09-151-12/+24
* Fixes for the review commentsAurélien Bompard2015-09-155-9/+9
* Test the schema migrations with AlembicAurélien Bompard2015-09-155-14/+26
* Rebase Alembic revisions.Barry Warsaw2015-04-071-2/+2
* Trunk mergeBarry Warsaw2015-04-071-0/+56
|\
| * Checkpointing:Barry Warsaw2015-04-061-7/+27
| * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-17/+8
| * all tests passing now (except doctests)Abhilash Raj2015-03-261-2/+2
| * add domainowner and serverowner optionsAbhilash Raj2015-03-211-0/+45
* | Refactorings and tests.Barry Warsaw2015-03-291-1/+1
* | Workflow: allow saving and restoring with an empty queueAurélien Bompard2015-03-271-1/+1
* | Add a table to store workflow statesAurélien Bompard2015-03-251-0/+28
* | Make the subscription policy a database columnAurélien Bompard2015-03-211-0/+41
|/
* Python 2 -> 3 migration.Barry Warsaw2015-01-201-0/+60
* fix for migration autogeneration using alembicAbhilash Raj2015-01-101-2/+7
* Bump copyright years.Barry Warsaw2015-01-043-3/+3
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-223-11/+1
* Move alembic settings to a separate alembic.cfg.Barry Warsaw2014-10-131-1/+1
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-132-8/+24
|\
| * Merge Barry's changesAurélien Bompard2014-10-133-15/+35
| |\ | |/ |/|
* | Remove some unused stuff.Barry Warsaw2014-10-111-5/+0
* | Merge Abhilash's latest revisions.Barry Warsaw2014-10-113-14/+34
| * Fix unit tests with SQLite nowAurélien Bompard2014-10-101-1/+3
| * * remove migrate commandAbhilash Raj2014-10-104-30/+36
| * merge branch from abompardAbhilash Raj2014-10-101-3/+0
| |\
| | * Include Alembic and SQLAlchemy logging into the Mailman logging systemAurélien Bompard2014-10-071-3/+0
| |/ |/|
| * fix database reset error due to foreign key constraint between user and addre...Abhilash Raj2014-10-091-1/+0
|/
* add central alembic configAbhilash Raj2014-10-032-13/+36
* 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
* | | Automatically migrate the databaseAurélien Bompard2014-10-021-0/+29
| |/ |/|
* | * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-251-0/+1
|/
* 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-252-18/+7
* added license block for the new fileAbhilash Raj2014-09-242-1/+18
* added support for migrations via alembicAbhilash Raj2014-09-243-0/+95