We have large number (about 735) of migrations in our project. In some of them, we have made manual changes. How we can convert them to single file or decrease the number of them? We cant remove migrations and add a new migration to make them a single file, because we will lose manual changes that we do in migrations.
