Merge branch 'master' into 'dashboard-v3'
Add missing SQL column in cloud timelapse frames table insert for s3 based upload See merge request Shinobi-Systems/Shinobi!355p2p-v2
commit
db9115d853
|
|
@ -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