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
I recently tried to delete a video, however when the list refreshed the movie was still there.
I tried to delete the entry from the video table manually but it failed because of a constraint lock, from the video id being in the viewing _status table. Deleting the entry from this table allowed me to delete the entry from the video table.
I believe this constraint was what was causing the delete from the web interface to fail (silently) too.
The text was updated successfully, but these errors were encountered:
I recently tried to delete a video, however when the list refreshed the movie was still there.
I tried to delete the entry from the video table manually but it failed because of a constraint lock, from the video id being in the viewing _status table. Deleting the entry from this table allowed me to delete the entry from the video table.
I believe this constraint was what was causing the delete from the web interface to fail (silently) too.
The text was updated successfully, but these errors were encountered: