From db888c9866e10dd1b63a58f922bdc470d8f61336 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 27 Jan 2015 03:00:47 +0530 Subject: small documentation change --- src/mailman/docs/DATABASE.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst index 5f46bbefb..a64c371f7 100644 --- a/src/mailman/docs/DATABASE.rst +++ b/src/mailman/docs/DATABASE.rst @@ -70,7 +70,8 @@ Mailman into that, and then run the ``alembic`` command. For example:: $ 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 + "" 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 -- cgit v1.3.1