Skip to content

linkprada/UNAProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNA Project

Create migrations:

dotnet ef migrations add InitialModel --context appdbcontext -p ../UNAProject.Infrastructure/UNAProject.Infrastructure.csproj -s UNAProject.Web.csproj -o Data/Migrations
dotnet ef migrations add InitialIdentityModel --context appidentitydbcontext -p ../UNAProject.Infrastructure/UNAProject.Infrastructure.csproj -s UNAProject.Web.csproj -o Identity/Migrations

Apply migrations:

dotnet ef database update -c appdbcontext -p ../UNAProject.Infrastructure/UNAProject.Infrastructure.csproj -s UNAProject.Web.csproj
dotnet ef database update -c appidentitydbcontext -p ../UNAProject.Infrastructure/UNAProject.Infrastructure.csproj -s UNAProject.Web.csproj

Generate script:

dotnet ef migrations script --context appidentitydbcontext -p ../UNAProject.Infrastructure/UNAProject.Infrastructure.csproj -s UNAProject.Web.csproj | out-file ./script.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published