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 `funding_submission_line_json` Model from Knex to Sequelize #32

Closed klondikemarlen closed 1 year ago

klondikemarlen commented 1 year ago

Relates to https://github.com/icefoganalytics/elcc-data-management/issues/29

Context

I preformed an initial proof of concept for migrating to Sequelize, but the PR got pretty big, so I'm migrating the models one at a time.

This PR covers migrating the following tables to a Sequelize backed models:

Testing Instructions

  1. Boot the app via dev up
  2. Check that it boots without crashing.
  3. Log in to http://localhost:8080
  4. Check that the app doesn't crash.