wtfcoderz / streamlist

Streamlist - self-hosted music server written in Go
Apache License 2.0
7 stars 1 forks source link

Remove foreign key #29

Closed WTFKr0 closed 6 years ago

WTFKr0 commented 6 years ago

Fix #28

Remove foreign key, as we can't handle mysql and sqlite behavior for the many2many relation The actual implementation doesn't work at all with sqlite We have to manage that manually by deleting relations beforedeleting objects