How to drop and recreate database using Alembic?

Anyone got quick tips for dropping the entiure database and recreating it with alembic?
I can’t find any instructions - if there are some would you mind please pointing me to them?
thanks
as

On Wednesday 04 February 2015 01:23 PM, Andrew Stuart wrote:
Anyone got quick tips for dropping the entiure database and recreating it with alembic?
Just delete the database - var/data/mailman.db
. It would automatically
be (re)created the next time you start mailman. No need to alembic for
this purpose.
-- thanks, Abhilash Raj

On Wednesday 04 February 2015 01:23 PM, Andrew Stuart wrote:
Anyone got quick tips for dropping the entiure database and recreating it with alembic?
Just delete the database - var/data/mailman.db
. It would automatically
be (re)created the next time you start mailman. No need to alembic for
this purpose.
-- thanks, Abhilash Raj
participants (2)
-
Abhilash Raj
-
Andrew Stuart