-
Notifications
You must be signed in to change notification settings - Fork 23
Fix playlist sync db issue #1366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nsuring non-nullable columns
It seems that the playlists migration step fails in the tests: With the change in #1368, the curl command should fail on errors. |
The tests are green now! Please help me make this name change known/notified! [UPDATE]: with separate query we use the same fkey! So ignore this comment! |
Separate query worked thanks @dennis531 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! The tests are successful and the code looks good.
Discussion:
|
This PR fixes #1255, which enhances playlist migration by enforcing foreign key constraints and make sure the non-nullable columns changes are correctly applied!
PS: the testing environement was a bit confusing for me to make sure that it is working properly, so please test this through!