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

dropped a table by mistake #24

Open adamfoneil opened 3 years ago

adamfoneil commented 3 years ago

Yesterday I dropped a large table in a dev database full of zip codes that I had staged for loading into another table. Because the table didn't map to a model class, ModelSync wanted to delete it, which is the defined behavior. But when a table has data, it should be harder to drop: