Warehouse / scripts /
@Derek Comartin Derek Comartin authored on 22 Aug 2023
..
addMigration.cmd Init 1 year ago
dbContextInfo.cmd Init 1 year ago
readme Init 1 year ago
removeLastMigration.cmd Init 1 year ago
updateDatabase.cmd Init 1 year ago
readme
The point of these one-liner migration "scripts" is that it's absolutely PITA that the startup project always has to be specified for dotnet ef migration commands.

Once ef tools finally add the option to permanently set the startup project, the migration scripts can be deleted.