Add printer device type
This commit is contained in:
parent
9190bd46a0
commit
e18b8c5cab
BIN
database.mwb
BIN
database.mwb
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
/*
|
||||
-- Query:
|
||||
-- Query:
|
||||
-- Date: 2020-08-20 16:25
|
||||
*/
|
||||
INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (1,'Desktop','fas fa-desktop');
|
||||
@ -18,3 +18,4 @@ INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (13,'Devi
|
||||
INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (14,'Machine','fas fa-desktop');
|
||||
INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (15,'Monitor','fas fa-desktop');
|
||||
INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (16,'Game Console','fas fa-gamepad');
|
||||
INSERT INTO `machine_types` (`machinetypeid`,`typename`,`icon`) VALUES (17,'Printer','fas fa-print');
|
||||
|
Loading…
x
Reference in New Issue
Block a user