Skip to content

whatasave/codeduel-backend

Repository files navigation

Migrate database data

# install dotnet-ef tools
$ dotnet tool install --global dotnet-ef

# migrate the database
$ dotnet ef migrations add <migration_name>
$ dotnet ef database update

# example
$ dotnet ef migrations add init && dotnet ef database update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published