mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Add missing column to sessions table
This commit is contained in:
parent
0a2cc953c6
commit
98d02d0b89
1 changed files with 2 additions and 1 deletions
|
@ -652,7 +652,8 @@ def dbcheck():
|
||||||
'live INTEGER, live_uuid TEXT, channel_call_sign TEXT, channel_identifier TEXT, channel_thumb TEXT, '
|
'live INTEGER, live_uuid TEXT, channel_call_sign TEXT, channel_identifier TEXT, channel_thumb TEXT, '
|
||||||
'secure INTEGER, relayed INTEGER, '
|
'secure INTEGER, relayed INTEGER, '
|
||||||
'buffer_count INTEGER DEFAULT 0, buffer_last_triggered INTEGER, last_paused INTEGER, watched INTEGER DEFAULT 0, '
|
'buffer_count INTEGER DEFAULT 0, buffer_last_triggered INTEGER, last_paused INTEGER, watched INTEGER DEFAULT 0, '
|
||||||
'initial_stream INTEGER DEFAULT 1, write_attempts INTEGER DEFAULT 0, raw_stream_info TEXT)'
|
'initial_stream INTEGER DEFAULT 1, write_attempts INTEGER DEFAULT 0, raw_stream_info TEXT, '
|
||||||
|
'rating_key_websocket TEXT)'
|
||||||
)
|
)
|
||||||
|
|
||||||
# sessions_continued table :: This is a temp table that keeps track of continued streaming sessions
|
# sessions_continued table :: This is a temp table that keeps track of continued streaming sessions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue