postgres-migrations icon indicating copy to clipboard operation
postgres-migrations copied to clipboard

Implementing configurable migrations table name

Open rafakato opened this issue 6 years ago • 0 comments

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.

rafakato avatar May 26 '18 03:05 rafakato