C#C
C#16mo ago
Saiyanslayer

✅ Design patterns or tools to for a changing database?

Hey everyone,

We have an EF core with Blazor project that is nearly ready for users to try out. My concern is how to update the database after reach release. Migrations will help with the database structure, but the existing data may need to be modified if a model changed.

How can I plan to address this? My initial thought is to make a console app to update the database for me, converting the old models to the new ones.
Was this page helpful?