postgres-migrations
postgres-migrations copied to clipboard
Implementing configurable migrations table name
I slightly different implementation compared to https://github.com/ThomWright/postgres-migrations/pull/12. I used the js file support to receive the migrate options and use it to generate the sql query. To solve for the hash problem I've also use the migrationConfig
to generate the hash.
Also on this I implement async sql generate on js files.