knex-migrate
knex-migrate copied to clipboard
Support migrations.schemaName
knex-migrate
seems to ignore the migrations.schemaName
configuration from the knexfile, and always creates the migrations table in the default schema (e.g. public
).
This makes it incompatible with the native knex migration functionality.
Could you prepare PR to fix this?