Skip to content

mateuszlor/TaxAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tax assistant

Migration

Make sute you have installed .NET EF tools

dotnet tool install --global dotnet-ef

Run dotnet ef migrations add <MigrationName> in Blazor server application project directory, with --project parameter indicating project with database context and migrations

Eg:

cd .\TaxAssistant.JPK\Server\
dotnet ef migrations add InitialDatabase --project ..\..\TaxAssistant.JPK.Database\TaxAssistant.JPK.Database.csproj --context DatabaseContext

Or:

dotnet ef migrations add JPK_EWP --project TaxAssistant.JPK.Database --startup-project TaxAssistant.JPK/Server

About

Attempts to create accounting software for my own use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages