mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-24 14:00:35 -05:00
400 B
400 B
layout, title, parent, grand_parent, nav_order
| layout | title | parent | grand_parent | nav_order |
|---|---|---|---|---|
| default | Upgrade the AliasServerDb EF model | Development | Miscellaneous | 6 |
Upgrade the AliasServerDb EF model
The below command allows you to create a new EF migration based on the existing database structure as defined in the EF mode classes.
dotnet ef migrations add InitialMigration --output-dir Migrations/PostgresqlMigrations