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
The current behavior of editMovies.js is to accept edits as an entirely new set of movies. After prompting the user for these edits, it will delete all the movies in the draft and reinsert the edited versions as new rows. We should call an UPDATE statement instead to minimize the risk of losing data.
The text was updated successfully, but these errors were encountered:
The current behavior of editMovies.js is to accept edits as an entirely new set of movies. After prompting the user for these edits, it will delete all the movies in the draft and reinsert the edited versions as new rows. We should call an UPDATE statement instead to minimize the risk of losing data.
The text was updated successfully, but these errors were encountered: