X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=doc%2Fsql-data%2Fsample-data.sql;fp=doc%2Fsql-data%2Fsample-data.sql;h=8794d41f70080f63d8534437f4ca492f05f1c1c7;hb=d84439cb61f1964534363219d800036e28112cd4;hp=4c744c722d3f7b66cef1e577cbc90f69266b51ac;hpb=ff9f68b23637a5393ad2d349f4c052e8be084f85;p=hermes diff --git a/doc/sql-data/sample-data.sql b/doc/sql-data/sample-data.sql index 4c744c7..8794d41 100644 --- a/doc/sql-data/sample-data.sql +++ b/doc/sql-data/sample-data.sql @@ -471,7 +471,7 @@ UNLOCK TABLES; LOCK TABLES `servers` WRITE; /*!40000 ALTER TABLE `servers` DISABLE KEYS */; -INSERT INTO `servers` VALUES (1,'example.com','example.com',5062,'pbx.example.com',5060,NULL); +INSERT INTO `servers` VALUES (1,'example.com','example.com',5062,'pbx.example.com',5060,'http://pbx.example.com/hermes/prov/'); /*!40000 ALTER TABLE `servers` ENABLE KEYS */; UNLOCK TABLES;