EntityFrameworkCore.DataEncryption icon indicating copy to clipboard operation
EntityFrameworkCore.DataEncryption copied to clipboard

Usage of migrations

Open sabihoshi opened this issue 3 years ago • 0 comments

Version 3.0 introduced "Basic Migration Support" but I've been wondering how do you use it? I tried adding a migration with dotnet ef migrations add Foo but it didn't really do anything to the data and I doubt this is the way to use it.

How do you use the migration support that was added in here, so I could encrypt existing data?

sabihoshi avatar Mar 27 '22 20:03 sabihoshi