You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/base/4717.up

6 lines
267 B

INSERT INTO provisioning.xmlgroups (id, name) VALUES(6, 'proxy-ng');
INSERT INTO provisioning.xmlhosts (id, ip, port, path, description) VALUES (3,'127.0.0.1','5062','/','Kamailio-SR');
INSERT INTO provisioning.xmlhostgroups (id, group_id, host_id) VALUES (3,6,3);