When creating a second migration and attempting to migrate up to add it, the task fails because the first migration was already run. It seems to be running (and failing) rather than skipping previously successful/complete migrations.
I have tried with --no-check-order
but I don't want to do that everytime I got new migrations to add.
I have my database locally.
Using node-pg-migrate
and postgreSQL