• Andy Soiron's avatar
    Add cascade delete foreign key web_hooks, services · 78e373c0
    Andy Soiron authored
    Some services create web_hooks but when deleted, they don't
    cascade delete the web_hooks. So far this hasn't been a problem
    because there is no UI for deleting services. However we might
    add this functionality soon and need to make sure all dependent
    data is deleted too.
    78e373c0
schema_spec.rb 11.1 KB