FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c206b71f authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Ensure foreign keys will ON DELETE CASCADE when deleting a host

i.e. we can now simply

delete from host where hostname='example.ch.private.cam.ac.uk';

without having to chase the foreign keys.

I've made the equivalent change on our live backup servers with
an ad hoc script.
parent 520764f0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment