X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=doc%2Fsql-data%2Fsample-data.sql;h=4c744c722d3f7b66cef1e577cbc90f69266b51ac;hb=0b40f80e4a3fbacf817b622bbcea4d2009610bae;hp=9c5c0edec2e8646b2d3107689492e902b5e3d0ab;hpb=5564b3420c5316743e1cbc63be96735880d2153e;p=hermes diff --git a/doc/sql-data/sample-data.sql b/doc/sql-data/sample-data.sql index 9c5c0ed..4c744c7 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); +INSERT INTO `servers` VALUES (1,'example.com','example.com',5062,'pbx.example.com',5060,NULL); /*!40000 ALTER TABLE `servers` ENABLE KEYS */; UNLOCK TABLES;