Skip to content

Commit

Permalink
Update main_db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored Sep 7, 2018
1 parent a08759a commit a1c8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/databases/main_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def fix_show_nfo_lang(self):
self.connection.action("UPDATE tv_shows SET lang = '' WHERE lang = 0 OR lang = '0';")

def fix_tv_episodes_watched_field(self):
"""A mistake was made when we added this field. Migration didn't went verry well."""
"""A mistake was made when we added this field. Migration didn't went very well."""
self.connection.action("UPDATE tv_episodes SET watched = 0 WHERE watched is null;")


Expand Down

0 comments on commit a1c8e7a

Please sign in to comment.