mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Skip importing version_info table
This commit is contained in:
parent
5ca5f24a66
commit
98ad8693b0
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ def import_tautulli_db(database=None, method=None, backup=False):
|
|||
'ORDER BY name')
|
||||
for table in tables:
|
||||
table_name = table['name']
|
||||
if table_name == 'sessions':
|
||||
if table_name == 'sessions' or table_name == 'version_info':
|
||||
# Skip temporary sessions table
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue