At the moment I'm not a guru on TypeORM and have made a few mistakes with my migrations - with our non-production database now in a state where I'd like it, is it possible to consolidate the TypeORM migrations into a single file of "create table 1 ... (n)" and remove all the other migrations?
All documents I find tell me "how" to migrate, but I haven't seen anything on a "reset and make this the default"
Thanks