Adding Apier.SetTPDestination

This commit is contained in:
DanB
2013-07-03 23:01:37 +02:00
parent 00e48bc23a
commit 7e308dca52
7 changed files with 48 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ CREATE TABLE `tp_rate_profiles` (
`subject` varchar(64) NOT NULL,
`rates_fallback_subject` varchar(64),
`rates_timing_tag` varchar(24) NOT NULL,
`activation_time` char(3) NOT NULL, ???? char(3)
`activation_time` char(20) NOT NULL,
PRIMARY KEY (`id`),
KEY `tpid` (`tpid`)
);