dradovic / MigSharp

Mig# (MigSharp) is a .NET framework for database migrations and versioning
Other
106 stars 33 forks source link

Support for CascadeOnUpdate constraint #66

Open ghost opened 7 years ago

ghost commented 7 years ago

I want to use cascade on update constraint, but i don't find this method in migsharp. how to solve this problem? @dradovic

dradovic commented 7 years ago

I've been only using CascadeOnDelete so far so I have only implemented that. However, this should really be easy to implement as well. So feel free setup a PR.