Version bump to 5.9.1dr1
This commit is contained in:
@@ -601,7 +601,13 @@ INSERT INTO products ( /* 100 */
|
||||
INSERT INTO products ( /* 101 */
|
||||
name
|
||||
) VALUES (
|
||||
'Debian 10.5 x86_64'
|
||||
'Debian 9.13 x86_64'
|
||||
);
|
||||
|
||||
INSERT INTO products ( /* 102 */
|
||||
name
|
||||
) VALUES (
|
||||
'Debian 10 x86_64'
|
||||
);
|
||||
|
||||
/* Directories */
|
||||
@@ -1324,6 +1330,12 @@ INSERT INTO groups_product_defaults (
|
||||
5, 101
|
||||
);
|
||||
|
||||
INSERT INTO groups_product_defaults (
|
||||
group_id, product_id
|
||||
) VALUES (
|
||||
5, 102
|
||||
);
|
||||
|
||||
INSERT INTO groups_product_defaults (
|
||||
group_id, product_id
|
||||
) VALUES (
|
||||
|
||||
Reference in New Issue
Block a user