Masoud Rahzani
Masoud Rahzani

Reputation: 21

How to apply all migrations to a new database?

I'm using ASP.NET Core v3.1. I have a migration folder as shown below. Now I've lost my database.

How can I apply all migrations to new database?

Running the command update-database doesn't work.

et

Upvotes: 2

Views: 3659

Answers (1)

alirezasejdei
alirezasejdei

Reputation: 190

please make sure your database engine is available. and next step make sure your context and your startup class and program class configured.

Upvotes: 1

Related Questions