libimcv: Add Debian 8.5 to database

This commit is contained in:
Tobias Brunner
2016-06-16 14:03:49 +02:00
parent b71104a3df
commit 575a469b95
+17
View File
@@ -484,6 +484,17 @@ INSERT INTO products ( /* 81 */
'Android 6.0.1' 'Android 6.0.1'
); );
INSERT INTO products ( /* 82 */
name
) VALUES (
'Debian 8.5 i686'
);
INSERT INTO products ( /* 83 */
name
) VALUES (
'Debian 8.5 x86_64'
);
/* Directories */ /* Directories */
@@ -1073,6 +1084,12 @@ INSERT INTO groups_product_defaults (
5, 77 5, 77
); );
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
5, 83
);
INSERT INTO groups_product_defaults ( INSERT INTO groups_product_defaults (
group_id, product_id group_id, product_id
) VALUES ( ) VALUES (