1 year ago
#310200
Teshie Ethiopia
What is the easiest way to reset migrations in Heroku CLI?
I recently deployed Django REST API project on Heroku and I wanted to remove migrations and migrate again.
I have tried:
heroku run python manage.py migrate --app cyberminds-backend zero
but it returns:
CommandError: No installed app with label 'zero'
What are the easiest steps or commands to achieve this?
django
heroku
heroku-cli
0 Answers
Your Answer