mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Usage stored as decimal in MySQL, more tests and sample tariff plan data
This commit is contained in:
@@ -122,7 +122,7 @@ func (dbr *DbReader) ShowStatistics() {
|
||||
// account actions
|
||||
log.Print("Account actions: ", len(dbr.accountActions))
|
||||
// derivedChargers
|
||||
log.Print("DerivedChargers: ", len(dbr.derivedChargers))
|
||||
log.Print("Derived Chargers: ", len(dbr.derivedChargers))
|
||||
// lcr rules
|
||||
log.Print("LCR rules: ", len(dbr.lcrs))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user