Skip to content

Commit

Permalink
kamctl: mysql/ims_usrloc_scscf-create.sql - support for larger record…
Browse files Browse the repository at this point in the history
…_route values
  • Loading branch information
herlesupreeth authored and miconda committed Nov 30, 2023
1 parent e1d9bec commit e49469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/kamctl/mysql/ims_usrloc_scscf-create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CREATE TABLE `subscriber` (
`call_id` varchar(50) NOT NULL,
`from_tag` varchar(50) NOT NULL,
`to_tag` varchar(50) NOT NULL,
`record_route` varchar(50) NOT NULL,
`record_route` TEXT NOT NULL,
`sockinfo_str` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `watcher_uri` (`event`,`watcher_contact`,`presentity_uri`)
Expand Down

0 comments on commit e49469c

Please sign in to comment.