Add missing SQL column in cloud timelapse frames table insert for s3 based upload
parent
40804fa650
commit
fea94476e3
|
@ -177,6 +177,7 @@ module.exports = function(s,config,lang){
|
|||
mid: queryInfo.mid,
|
||||
ke: queryInfo.ke,
|
||||
time: queryInfo.time,
|
||||
filename: queryInfo.filename,
|
||||
details: s.s({
|
||||
type : 'whcs',
|
||||
location : saveLocation
|
||||
|
|
Loading…
Reference in New Issue