libimcv: Add Debian 9.5 and 9.6 to IMV database

This commit is contained in:
Tobias Brunner
2018-11-21 14:32:24 +01:00
parent d3a59022dd
commit babb979e42
+36
View File
@@ -574,6 +574,24 @@ INSERT INTO products ( /* 96 */
'Ubuntu 18.04 x86_64'
);
INSERT INTO products ( /* 97 */
name
) VALUES (
'Debian 9.5 i686'
);
INSERT INTO products ( /* 98 */
name
) VALUES (
'Debian 9.5 x86_64'
);
INSERT INTO products ( /* 99 */
name
) VALUES (
'Debian 9.6 x86_64'
);
/* Directories */
INSERT INTO directories ( /* 1 */
@@ -1144,6 +1162,12 @@ INSERT INTO groups_product_defaults (
4, 94
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
4, 97
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
@@ -1264,6 +1288,18 @@ INSERT INTO groups_product_defaults (
5, 95
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
5, 98
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
5, 99
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (