Difference between revisions of "Old Uploads do not play"

From IVS Wiki
Jump to: navigation, search
(Created page with "check order_cameras_ids table associated with record, change value to: a:1:{i:0;i:0;}")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
check order_cameras_ids table associated with record, change value to: a:1:{i:0;i:0;}
 
check order_cameras_ids table associated with record, change value to: a:1:{i:0;i:0;}
 +
 +
SQL Query:
 +
 +
UPDATE 'records' SET 'ordered_camera_ids' = 'a:1:{i:0;i:0;}' WHERE 'record_type' = 'upload';

Latest revision as of 10:10, 13 July 2021

check order_cameras_ids table associated with record, change value to: a:1:{i:0;i:0;}

SQL Query:

UPDATE 'records' SET 'ordered_camera_ids' = 'a:1:{i:0;i:0;}' WHERE 'record_type' = 'upload';