Abhilash Raj has proposed merging lp:~raj-abhilash1/mailman/docs into lp:mailman.
Requested reviews: Mailman Coders (mailman-coders) For more details, see: https://code.launchpad.net/~raj-abhilash1/mailman/docs/+merge/247657 Add name to alembic's autogenerated migrations -- Your team Mailman Coders is requested to review the proposed merge of lp:~raj-abhilash1/mailman/docs into lp:mailman.
=== modified file 'src/mailman/docs/DATABASE.rst' --- src/mailman/docs/DATABASE.rst 2015-01-20 22:37:20 +0000 +++ src/mailman/docs/DATABASE.rst 2015-01-26 21:56:30 +0000 @@ -70,7 +70,8 @@ $ virtualenv -p python3 /tmp/mm3 $ source /tmp/mm3/bin/activate $ python setup.py develop - $ alembic -c src/mailman/config/alembic.cfg revision --autogenerate + $ alembic -c src/mailman/config/alembic.cfg revision --autogenerate -m + "<migration_name>" This would create a new migration which would automatically be migrated to the database on the next run of Mailman. Note that the database needs to be in
_______________________________________________ Mailman-coders mailing list Mailman-coders@python.org https://mail.python.org/mailman/listinfo/mailman-coders