📜  逆转 django 迁移 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.309000             🧑  作者: Mango

代码示例2
# You need to identify the last migration to which you want
# to reverse and use it as the migration target

python manage.py migrate my_app_name target_migration