I have a local database that is currently in it\'s second version and should now go to it\'s third version.
The code for the previous migrations was generated by ano
Temprorary remove
protected override void OnModelCreating(ModelBuilder modelBuilder) { }
and then do initial create
Add-Migration InitialCreate