Commit 28b7e453 authored by sim's avatar sim

[DOC] Add some hint about an Alembic dangerous command

parent a04f08f1
......@@ -11,6 +11,13 @@ UPGRADE TO LATEST DATABASE VERSION
alembic upgrade head
DOWNGRADE TO INITIAL DATABASE STATE
# /!\ RUNNING THIS COMMAND WILL CAUSE ALL DATA LOST WITHOUT ASKING !!
alembic downgrade base
GENERATE A NEW REVISION
alembic revision -m "Message for this migration"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment