mirror of https://github.com/morpheus65535/bazarr
WIP
This commit is contained in:
parent
75a0a5ace4
commit
8b6aa9e123
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue