Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Add EF migrations for SQL databases #101

Closed Nfactor26 closed 9 months ago

Nfactor26 commented 9 months ago

OpenIdDict 5.0 introduces some model changes. Hence, we need ef migrations to make changes to the database. Version 2 of pixel identity did not use migrations and auto created database. Starting next version, pixel-identity will require that database tables are generated first by running migration SQLs. Subsequent PR will remove code to auto generate database.