Repro steps:
- Create new migration using VS package manager console
add-migration "two"
- Notice the migrations tool attempts to alter the
FromCurrency
andToCurrency
- ... repeat
EF core issue tracker:
Repro steps:
add-migration "two"
FromCurrency
and ToCurrency
EF core issue tracker: