It would be good to have the ability to squash several migrations into a single file to help reduce the number of files in a project.
We probably want to keep track of the original list of migration names so that we can reason about this when targeting an existing database that the original migrations were applied to in their un-squashed form.
It would be good to have the ability to squash several migrations into a single file to help reduce the number of files in a project.
We probably want to keep track of the original list of migration names so that we can reason about this when targeting an existing database that the original migrations were applied to in their un-squashed form.