Commit 5f4ee3bf authored by sim's avatar sim

[DOC] Add some hint about an Alembic dangerous command

parent 2895bf96
...@@ -11,6 +11,13 @@ UPGRADE TO LATEST DATABASE VERSION ...@@ -11,6 +11,13 @@ UPGRADE TO LATEST DATABASE VERSION
alembic upgrade head 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 GENERATE A NEW REVISION
alembic revision -m "Message for this migration" 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