mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Adding TPDestinationRate APIs
This commit is contained in:
@@ -58,7 +58,8 @@ CREATE TABLE `tp_destination_rates` (
|
||||
`destinations_tag` varchar(24) NOT NULL,
|
||||
`rates_tag` varchar(24) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `tpid` (`tpid`)
|
||||
KEY `tpid` (`tpid`),
|
||||
UNIQUE KEY `tpid_tag_dst_rates` (`tpid`,`tag`,`destinations_tag`, `rates_tag`)
|
||||
);
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user