sheerun / knex-migrate

Modern database migration toolkit for knex.js
MIT License
342 stars 39 forks source link

Allow send payload data to migration files #44

Open ArturFormella opened 5 years ago

ArturFormella commented 5 years ago

Hello! I have provided simple method to send data to migration files. As a result, it is possible to build a generic migrations. For example if you have the same schema for multiple data sources.

sheerun commented 5 years ago

Thank you for this PR, but you'd need to send similar PR to knex itself first