fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.07k stars 1.52k forks source link

should be need regenerate initial migration #569

Closed xlogex closed 2 years ago

xlogex commented 2 years ago

https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/29e9677c7ae078c266a80132d94c3c86ece9f0ea/src/Migrators/Migrators.MSSQL/Migrations/Application/ApplicationDbContextModelSnapshot.cs#L225 Shoul be need regenerate initial migration because there are 4 columns more image

xlogex commented 2 years ago

should will be like this: image

fretje commented 2 years ago

Jep that has been part of the identity cleanup...

Anyways, I think regenerating the migrations should be part of the build/publish script when building a release version of the template.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.