File indexing completed on 2024-04-14 05:53:07

0001 INSERT INTO `tag_type` (`tag_type_id`, `tag_type_name`) VALUES ('9', 'os-user');
0002 INSERT INTO `tag_group` (`group_id`, `group_name`, `group_display_name`,`is_multi_select`) VALUES ('30', 'os-distribution', 'OS Distribution','1');
0003 INSERT INTO `tag_group` (`group_id`, `group_name`, `group_display_name`,`is_multi_select`) VALUES ('31', 'os-desktop-evn','OS Desktop Enviroment', '0');
0004 INSERT INTO `tag_group` (`group_id`, `group_name`, `group_display_name`,`is_multi_select`) VALUES ('32', 'os-desktop-arch','OS Desktop Archtecture', '0');
0005 
0006 
0007 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('ubuntu', 'Ubuntu', '1');
0008 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('mint', 'Mint', '1');
0009 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('neon', 'Neon', '1');
0010 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('gnome', 'Gnome', '1');
0011 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('kde-plasma', 'KDE Plasma', '1');
0012 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('64bit', '64 bit', '1');
0013 INSERT INTO `pling-import`.`tag` (`tag_name`, `tag_fullname`, `is_active`) VALUES ('32bit', '32 bit', '1');
0014 
0015 
0016 insert into tag_group_item(tag_group_id,tag_id) values( 30, 3200);
0017 insert into tag_group_item(tag_group_id,tag_id) values( 30, 3201);
0018 insert into tag_group_item(tag_group_id,tag_id) values( 30, 3202);
0019 insert into tag_group_item(tag_group_id,tag_id) values( 31, 3203);
0020 insert into tag_group_item(tag_group_id,tag_id) values( 31, 3204);
0021 insert into tag_group_item(tag_group_id,tag_id) values( 32, 3205);
0022 insert into tag_group_item(tag_group_id,tag_id) values( 32, 3205);
0023 
0024 
0025 
0026 
0027 
0028 Tag_Type: 
0029   Tag_type_id:9
0030   Tag_type_name:os-user
0031 
0032 Tag_Group:
0033   group_id:30
0034   group_name: os-distribution
0035       -> Tag_group_item:
0036             group_id:30
0037             tag_id:xx -> Ubuntu
0038 
0039             group_id:30
0040             tag_id:xy-> Mint
0041 
0042             group_id:30
0043             tag_id:xt-> Neon
0044 
0045   group_id:31
0046   group_name: os-desktop-evn 
0047       -> Tag_group_item:
0048           group_id:31
0049           tag_id:x1 -> Gnome
0050 
0051           group_id:31
0052           tag_id: x2-> KDE Plasma
0053 
0054 
0055   group_id:32
0056   group_name: os-distribution-arch
0057       -> Tag_group_item:
0058           group_id:32
0059           tag_id:a1 -> 64bit
0060 
0061           group_id:32
0062           tag_id:a2 -> 32bit
0063 
0064 
0065 Tag_object:
0066   tag_id: a1
0067   tag_type_id:9
0068   tag_group_id:29
0069   tag_object_id: 24(dummy)
0070