Skip to content

molequetu/depo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depo

A physical space management system

Register database, add and apply migrations for IdentityServer

Add migrations

dotnet ef migrations add InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -o Migrations/IdentityServer/ConfigurationDb

dotnet ef migrations add InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -o Migrations/IdentityServer/PersistedGrantDb

Apply migrations for identity configuration and peristence data

dotnet ef database update -c ConfigurationDbContext dotnet ef database update -c PersistedGrantDbContext

Apply migrations for user data

dotnet ef database update -c ApplicationDbContext

Populate database with seed data

dotnet run /seed (ps)

About

A physical space management system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages