Hello! Is it a good idea to delete my `migrations/...
# orm-help
a
Hello! Is it a good idea to delete my
migrations/
directory and create an entirely new migration history? My
migrate dev
command is taking too long with 116 migrations 😕
t
I’m interested in this as well.
a
If you aren't deployed to production, it probably does make sense to delete and restart
migrations are most useful so that you can use just the right table additions when pushing to production
If you ARE on production, you should probably keep your migrations!