Joel Bernstein

Results 3 comments of Joel Bernstein

Does this make sense? I mean: Assuming I have: migrations/000.do.schema.sql migrations/001.do.migrate-foo.sql migrations/002.do.migrate-something-else.sql And I have applied 000 and 001 to an existing database, without using Postgrator. Only 002 is pending....

Perhaps I didn't make the use case clear. This is about regularising the existing state so that Postgrator can run migrations from here onward. We already have a production deployment...

Thank you. I'm not using postgrator-cli, largely because I need the schemaTable option which is only exposed to CLI via a config file. As we are in a Docker environment...