You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
There's no reason to have two Genres with the same name, and a race condition can cause duplicate genres to be created. Putting a uniqueness constraint on Genre.name will flush out the race condition and stop the problem from affecting the app server.
The text was updated successfully, but these errors were encountered:
There's no reason to have two Genres with the same name, and a race condition can cause duplicate genres to be created. Putting a uniqueness constraint on Genre.name will flush out the race condition and stop the problem from affecting the app server.
The text was updated successfully, but these errors were encountered: