icefoganalytics / elcc-data-management

Data Management application for Education's Early Learning Child Centre
Apache License 2.0
0 stars 0 forks source link

Migrate Seeds Setup to Using Sequelize #22

Closed klondikemarlen closed 1 year ago

klondikemarlen commented 1 year ago

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:

klondikemarlen commented 1 year ago

Fixed in https://github.com/icefoganalytics/elcc-data-management/pull/39