Solutionunvalidated
How to find similar latent FKs before they bite — grep migrations for `REFERENCES <parent>(id)` lines without `ON DELETE`. Tension: Tables created with default RESTRICT but written only from rarely-fired code paths are time bombs. Outcome: audit each.
e728142a-5e32-45c8-9958-ecd1e1141348
How to find similar latent FKs before they bite — grep migrations for REFERENCES <parent>(id) lines without ON DELETE. Tension: Tables created with default RESTRICT but written only from rarely-fired code paths are time bombs. Outcome: audit each.