rchadhaney of Tin Can Technologies
10/24/2016 - 9:40 PM

Enable Migrations AFTER things have already been done (like when Austin is stupid and adds the fields before enabling migrations)

Enable Migrations AFTER things have already been done (like when Austin is stupid and adds the fields before enabling migrations)

In Package Manager Console

Enable-Migrations

Then

Add-Migration Initial
to create a migration that describes the transition from empty DB to the current schema.

!!!!!!!!!!!!!!!!!! ADD THIS
-IgnoreChanges