TheCSharpAcademy / CONSOLE.PointOfSale

6 stars 15 forks source link

Exclude Orders Seeding #42

Closed TheCSharpAcademy closed 1 year ago

TheCSharpAcademy commented 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.