Closed TheCSharpAcademy closed 1 year ago
When the application was initially created we seeded the database with orders via the KebabContext.
The task consists in removing the configurations of Order and OrderProduct that contain a call to ".HasData()" from the kebab context.
After that, create a new migration.
When the application was initially created we seeded the database with orders via the KebabContext.
The task consists in removing the configurations of Order and OrderProduct that contain a call to ".HasData()" from the kebab context.
After that, create a new migration.