This repo is a reference for Duende IdentityServer QuickStarts
- PersistedGrantDbContext:
Add-Migration <migration-name> -Context PersistedGrantDbContext -OutputDir "Data\Migrations\PersistedGrant"
- ConfigurationDbContext:
Add-Migration <migration-name> -Context ConfigurationDbContext -OutputDir "Data\Migrations\Configuration"
- ApplicationDbContext:
Add-Migration <migration-name> -Context ApplicationDbContext -OutputDir "Data\Migrations\Application"