libimcv: Add Debian 10.5 to IMV database

This commit is contained in:
Tobias Brunner 2020-08-24 15:32:16 +02:00
parent ad7d712cb5
commit 766017a8d3
1 changed files with 12 additions and 0 deletions

View File

@ -598,6 +598,12 @@ INSERT INTO products ( /* 100 */
'Debian 9.7 x86_64'
);
INSERT INTO products ( /* 101 */
name
) VALUES (
'Debian 10.5 x86_64'
);
/* Directories */
INSERT INTO directories ( /* 1 */
@ -1312,6 +1318,12 @@ INSERT INTO groups_product_defaults (
5, 100
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (
5, 101
);
INSERT INTO groups_product_defaults (
group_id, product_id
) VALUES (