mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
Finishing Get and Set for TPDestinations
This commit is contained in:
@@ -18,12 +18,13 @@ CREATE TABLE `tp_timings` (
|
||||
-- Table structure for table `tp_destinations`
|
||||
--
|
||||
|
||||
CREATE TABLE `tp_destinatins` (
|
||||
CREATE TABLE `tp_destinations` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`tpid` char(40) NOT NULL,
|
||||
`tag` varchar(24) NOT NULL,
|
||||
`prefix` varchar(24) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `tpid_dest_prefix` (`tpid`,`tag`,`prefix`),
|
||||
KEY `tpid` (`tpid`)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user