I have two database each with their own dbcontext. I\'ve setup two migration configurations. I can add a migration for the first db ust fine (Add-Migration DB1_Initial
Add-Migration DB1_Initial
I've been able to answer my own question. My two configuration classes existed in the same namespace. As soon as I separated them, everything worked.