View | Details | Raw Unified | Return to bug 10222
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/sample_creator_data.sql (-2 / +1 lines)
Lines 27-33 UNLOCK TABLES; Link Here
27
27
28
LOCK TABLES `printers_profile` WRITE;
28
LOCK TABLES `printers_profile` WRITE;
29
/*!40000 ALTER TABLE `printers_profile` DISABLE KEYS */;
29
/*!40000 ALTER TABLE `printers_profile` DISABLE KEYS */;
30
INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Library Laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards');
30
INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(13,'Library Laser',7,'Tray 1',0,0,0,0,'POINT','Labels'),(14,'Library Laser',12,'Tray 2',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'),(22,'Library Laser',0,'Tray 3',0,0,0,0,'POINT','Labels');
31
/*!40000 ALTER TABLE `printers_profile` ENABLE KEYS */;
31
/*!40000 ALTER TABLE `printers_profile` ENABLE KEYS */;
32
UNLOCK TABLES;
32
UNLOCK TABLES;
33
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
33
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
34
- 

Return to bug 10222