When updating a song via the update endpoint, the song's id updates. It appears to update but what is really happening is that when the song's artist is changed to something that doesn't exist then it will delete the song record and create a new record with the updated foreign keys in place.
Solution
Disable Cascade on delete
### Issue
When updating a song via the update endpoint, the song's id updates. It appears to update but what is really happening is that when the song's artist is changed to something that doesn't exist then it will delete the song record and create a new record with the updated foreign keys in place.
### Solution
Disable Cascade on delete
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Issue
When updating a song via the update endpoint, the song's id updates. It appears to update but what is really happening is that when the song's artist is changed to something that doesn't exist then it will delete the song record and create a new record with the updated foreign keys in place.
Solution
Disable Cascade on delete