AccountGo / accountgo

Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
http://accountgo.net
MIT License
385 stars 313 forks source link

Add database migration using EF core #110

Closed mvperez closed 5 years ago

mvperez commented 5 years ago

https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/

rhuebner76 commented 5 years ago

Still up for grabs, I have a fork with the EF Core migration.

mvperez commented 5 years ago

accepted the PR - this is what I look for. But we might need to update the doc guide to reflect this.

mvperez commented 5 years ago

Thanks @rhuebner76