Entity Framework Migration: .resx Snapshot vs __MigrationHistory table -
following question entity framework migration: why ignore snapshot , take __migrationhistory account?, i'm confused why ef migrations stores previous model both in db inside __migrationhistory table , in resource files? , more confused why ignore resources , consider table data calculate model changes?
Comments
Post a Comment