CHG description and label

This commit is contained in:
2023-10-06 17:42:37 +02:00
parent df22394e33
commit 9db4ad808b
4 changed files with 3 additions and 20 deletions

View File

@ -45,7 +45,7 @@ CREATE TABLE `#__depot` (
AUTO_INCREMENT=0
DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `#__depot` (`titel`,`alias`,`description`,`quantity`,`created`,
INSERT INTO `#__depot` (`component_name`,`alias`,`description`,`quantity`,`created`,
`ordering`,`state`,`manufacturer_id`) VALUES
('1N5404','1n5404','diode, rectifier 3A',9,'2023-09-25 15:00:00',1,1,1),
('1N4148','1n4148','diode, general purpose',1234,'2023-09-25 15:15:15',2,1,2);