Ability to Squash Migrations #2859
NebraskaCoder
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Django has a feature where you can squash a bunch of migration files (see https://docs.djangoproject.com/en/5.1/topics/migrations/#squashing-migrations for exact details). Do you have any plans to implement this? I'm not a fan of eventually having hundreds of migration files, especially if the project is private and I control the databases.
Beta Was this translation helpful? Give feedback.
All reactions