Closed klondikemarlen closed 1 year ago
The current seeding setup is using Knex, switch to Sequelize See https://sequelize.org/docs/v6/other-topics/migrations/ See https://github.com/sequelize/umzug/issues/24#issuecomment-591313032
This will likely require building factories for the various Sequelize models. See https://github.com/icefoganalytics/sfa-client/issues/52 as an example.
Requires:
Fixed in https://github.com/icefoganalytics/elcc-data-management/pull/39
Context
The current seeding setup is using Knex, switch to Sequelize See https://sequelize.org/docs/v6/other-topics/migrations/ See https://github.com/sequelize/umzug/issues/24#issuecomment-591313032
This will likely require building factories for the various Sequelize models. See https://github.com/icefoganalytics/sfa-client/issues/52 as an example.
Requires: