Difference between revisions of "Old Uploads do not play"
IVSWikiBlue (talk | contribs) (Created page with "check order_cameras_ids table associated with record, change value to: a:1:{i:0;i:0;}") |
IVSWikiBlue (talk | contribs) |
||
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'; |
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';