Backwards migration with Django South

后端 未结 3 1370
悲哀的现实
悲哀的现实 2020-12-07 07:15

Ok, so this seems like a really silly thing to ask, and I\'m sure I\'m missing something somewhere.

How do you perform a backwards migration using South on Django?

3条回答
  •  粉色の甜心
    2020-12-07 07:18

    Add a migration name at the end of the parameters:

    ./manage.py migrate app-name 00xx-migration-name
    

提交回复
热议问题