mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
extended units column in tp tables
This commit is contained in:
@@ -147,7 +147,7 @@ CREATE TABLE tp_actions (
|
||||
balance_tag VARCHAR(64) NOT NULL,
|
||||
balance_type VARCHAR(24) NOT NULL,
|
||||
directions VARCHAR(8) NOT NULL,
|
||||
units VARCHAR(10) NOT NULL,
|
||||
units VARCHAR(256) NOT NULL,
|
||||
expiry_time VARCHAR(24) NOT NULL,
|
||||
timing_tags VARCHAR(128) NOT NULL,
|
||||
destination_tags VARCHAR(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user