How to run a specific migration file using typeorm in node.js?
I’m currently working on a Node.js project using TypeORM with PostgreSQL. I have multiple migration files, but I want to run only one specific migration file instead of all pending migrations. Below are the details of my setup: