Added *dump_to_json as partial cache action

This commit is contained in:
Trial97
2021-10-13 12:28:53 +03:00
committed by Dan Christian Bogos
parent 3b3567b5f6
commit 7cb1ca95bc
4 changed files with 105 additions and 34 deletions

View File

@@ -344,6 +344,7 @@ const (
MetaUnixTimestamp = "*unixTimestamp"
MetaPostCDR = "*post_cdr"
MetaDumpToFile = "*dump_to_file"
MetaDumpToJSON = "*dump_to_json"
NonTransactional = ""
DataDB = "data_db"
StorDB = "stor_db"