drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Ensure all tables have foreign keys and cascading deletes #50

Open drbenschmidt opened 3 years ago

drbenschmidt commented 3 years ago

For every table that has a relationship to another, make sure the key constraints exist and cascading deletes is enables so we don't end up with orphan records.