Because of this line the sql file ends up checking the relative location in this case it's dist instead of node_modules. Maybe inline this so it can be bundled? Or allow using the one supplied by the user.
|
path.join(__dirname, "migrations/0_create-migrations-table.sql"), |
Because of this line the sql file ends up checking the relative location in this case it's
distinstead ofnode_modules. Maybe inline this so it can be bundled? Or allow using the one supplied by the user.postgres-migrations/src/files-loader.ts
Line 35 in bc2b0cb