code0-tech / sagittarius

The orchestrating backend for the Code0 application
4 stars 0 forks source link

Change foreign keys to cascade #127

Closed Taucher2003 closed 4 months ago

Taucher2003 commented 4 months ago

We currently have some foreign keys that should be configured as ON DELETE CASCADE, but they are not and therefore restrict deletions. This should be changed.