mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fixes #1363
This commit is contained in:
committed by
Dan Christian Bogos
parent
98ffca7d17
commit
4532a10321
@@ -498,6 +498,7 @@ CREATE TABLE tp_chargers (
|
||||
`activation_interval` varchar(64) NOT NULL,
|
||||
`run_id` varchar(64) NOT NULL,
|
||||
`attribute_ids` varchar(64) NOT NULL,
|
||||
`weight` decimal(8,2) NOT NULL,
|
||||
`created_at` TIMESTAMP,
|
||||
PRIMARY KEY (`pk`),
|
||||
KEY `tpid` (`tpid`),
|
||||
|
||||
Reference in New Issue
Block a user