From 8b6aa9e12319b02756e8e0a47519b1327ac2e8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Mon, 28 Oct 2019 00:20:59 -0400 Subject: [PATCH] WIP --- bazarr/database.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bazarr/database.py b/bazarr/database.py index 94fc46cba..2dfce96e7 100644 --- a/bazarr/database.py +++ b/bazarr/database.py @@ -103,7 +103,15 @@ def db_upgrade(): ['table_movies', 'audio_codec', 'text'], ['table_movies', 'imdbId', 'text'], ['table_movies', 'forced', 'text', 'False'], - ['table_movies', 'movie_file_id', 'integer'] + ['table_movies', 'movie_file_id', 'integer'], + ['table_history', 'video_path', 'text'], + ['table_history', 'language', 'text'], + ['table_history', 'provider', 'text'], + ['table_history', 'score', 'text'], + ['table_history_movie', 'video_path', 'text'], + ['table_history_movie', 'language', 'text'], + ['table_history_movie', 'provider', 'text'], + ['table_history_movie', 'score', 'text'] ] for column in columnToAdd: