Change first triggered script with the tags for calls and digital
This commit is contained in:
parent
6665749ed6
commit
c0c600c49d
@ -1,4 +1,6 @@
|
||||
config { type: "assertion" }
|
||||
config {
|
||||
type: "assertion",
|
||||
tags: ["calls"] }
|
||||
|
||||
select * from(
|
||||
select max(timestamp) max_timestamp
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
config { type: "assertion" }
|
||||
config {
|
||||
type: "assertion",
|
||||
tags: ["digital"] }
|
||||
|
||||
select * from(
|
||||
select max(timestamp) max_timestamp
|
||||
|
||||
@ -6,7 +6,6 @@ config {
|
||||
uniqueKey: ["SESSION_ID", "TIMESTAMP", "DNIS"],
|
||||
nonNull: ["SESSION_ID", "TIMESTAMP"]
|
||||
},
|
||||
tags: ["calls"],
|
||||
description: "All history data for calls"
|
||||
}
|
||||
|
||||
|
||||
@ -6,7 +6,6 @@ config {
|
||||
uniqueKey: ["SESSION_GUID"],
|
||||
nonNull: ["SESSION_GUID"]
|
||||
},
|
||||
tags: ["digital"],
|
||||
description: "All history data for digital"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user