]> git.defcon.no Git - hermes/blobdiff - doc/sql-data/sample-data.sql
Ooops on last commit. forgot to include a majority of the changes...
[hermes] / doc / sql-data / sample-data.sql
index 4c744c722d3f7b66cef1e577cbc90f69266b51ac..8794d41f70080f63d8534437f4ca492f05f1c1c7 100644 (file)
@@ -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;