USGS-WiM / STNServices

.net Core refactored STNServices2
Other
0 stars 0 forks source link

Test cascade delete thoroughly #4

Open lprivette opened 6 years ago

lprivette commented 6 years ago

Cascade delete is on by default.

Need to test and make sure that, for example, events aren't being deleted when an associated site is deleted.

You can add lines to turn off cascade delete for particular classes to the db Context if need be.