mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Rated and Cost fields inside derived charging
This commit is contained in:
@@ -291,6 +291,8 @@ CREATE TABLE tp_derived_chargers (
|
||||
usage_field VARCHAR(24) NOT NULL,
|
||||
supplier_field VARCHAR(24) NOT NULL,
|
||||
disconnect_cause_field VARCHAR(24) NOT NULL,
|
||||
rated_field VARCHAR(24) NOT NULL,
|
||||
cost_field VARCHAR(24) NOT NULL,
|
||||
created_at TIMESTAMP
|
||||
);
|
||||
CREATE INDEX tpderivedchargers_tpid_idx ON tp_derived_chargers (tpid);
|
||||
|
||||
Reference in New Issue
Block a user