adamfoneil / ModelSync.UI

A diff/merge app for C# model classes to SQL Server. Also merges from database to database
https://aosoftware.net/modelsync/
3 stars 0 forks source link

redundant constraint drops #20

Closed adamfoneil closed 3 years ago

adamfoneil commented 3 years ago

removing a unique constraint along with its contained column led to redundant constraint drops in the SQL

image

adamfoneil commented 3 years ago

working on this in Library project, showing a good repro + test here:

image

adamfoneil commented 3 years ago

resolved with this change in v1.1.7