You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step of the migration involves moving Sequelize into Nest. Existing model definitions can be reused as we already make use of sequelize-typescript. We will make use of Nest in standalone application mode to initialise and pass models to services and controllers. Tests should continue to pass.
Models to be migrated:
Checker
PublishedChecker
Template
User
UserToChecker
Example of how bootstrap would be modified after this step:
The first step of the migration involves moving
Sequelize
into Nest. Existing model definitions can be reused as we already make use ofsequelize-typescript
. We will make use of Nest in standalone application mode to initialise and pass models to services and controllers. Tests should continue to pass.Models to be migrated:
Example of how
bootstrap
would be modified after this step:The text was updated successfully, but these errors were encountered: