Skip to content

Possible to migrate to MySql or Postgres #831

Closed Answered by RainerKoller
RainerKoller asked this question in Q&A
Discussion options

You must be logged in to vote

I've temprarily uncommented the seeding of the database. Created a new Initial Migration (with the MySql dialect) via
dotnet ef migration add
and
dotnet ef database update
command, which then created all my tables in the MySql database as expected. After done this, I've added the seeding of the db (Program.cs - await initialiser.SeedAsync();)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RainerKoller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant