mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Replace *timings with *cronexp
This commit is contained in:
committed by
Dan Christian Bogos
parent
95d4a6cd96
commit
acb604ebd8
@@ -1068,7 +1068,7 @@ const (
|
||||
MetaSuffix = "*suffix"
|
||||
MetaEmpty = "*empty"
|
||||
MetaExists = "*exists"
|
||||
MetaTimings = "*timings"
|
||||
MetaCronExp = "*cronexp"
|
||||
MetaRSR = "*rsr"
|
||||
MetaDestinations = "*destinations"
|
||||
MetaLessThan = "*lt"
|
||||
@@ -1086,7 +1086,7 @@ const (
|
||||
MetaNotSuffix = "*notsuffix"
|
||||
MetaNotEmpty = "*notempty"
|
||||
MetaNotExists = "*notexists"
|
||||
MetaNotTimings = "*nottimings"
|
||||
MetaNotCronExp = "*notcronexp"
|
||||
MetaNotRSR = "*notrsr"
|
||||
MetaNotStatS = "*notstats"
|
||||
MetaNotDestinations = "*notdestinations"
|
||||
|
||||
Reference in New Issue
Block a user