fix: preserve live streams on title edits
This commit is contained in:
@@ -27,7 +27,7 @@ $requiredSql = [
|
||||
'`play_url_flv` varchar(1000)',
|
||||
'`play_url_hd_flv` varchar(1000)',
|
||||
'`fetch_status` tinyint',
|
||||
'`fetch_error` varchar(255)',
|
||||
'`fetch_error` varchar(500)',
|
||||
'`last_fetch_at` int UNSIGNED NOT NULL',
|
||||
'`next_fetch_at` int UNSIGNED NOT NULL',
|
||||
'`create_time` int UNSIGNED NOT NULL',
|
||||
|
||||
Reference in New Issue
Block a user