File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -574,6 +574,24 @@ INSERT INTO products ( /* 96 */
574574 ' Ubuntu 18.04 x86_64'
575575);
576576
577+ INSERT INTO products ( /* 97 */
578+ name
579+ ) VALUES (
580+ ' Debian 9.5 i686'
581+ );
582+
583+ INSERT INTO products ( /* 98 */
584+ name
585+ ) VALUES (
586+ ' Debian 9.5 x86_64'
587+ );
588+
589+ INSERT INTO products ( /* 99 */
590+ name
591+ ) VALUES (
592+ ' Debian 9.6 x86_64'
593+ );
594+
577595/* Directories */
578596
579597INSERT INTO directories ( /* 1 */
@@ -1144,6 +1162,12 @@ INSERT INTO groups_product_defaults (
11441162 4 , 94
11451163);
11461164
1165+ INSERT INTO groups_product_defaults (
1166+ group_id, product_id
1167+ ) VALUES (
1168+ 4 , 97
1169+ );
1170+
11471171INSERT INTO groups_product_defaults (
11481172 group_id, product_id
11491173) VALUES (
@@ -1264,6 +1288,18 @@ INSERT INTO groups_product_defaults (
12641288 5 , 95
12651289);
12661290
1291+ INSERT INTO groups_product_defaults (
1292+ group_id, product_id
1293+ ) VALUES (
1294+ 5 , 98
1295+ );
1296+
1297+ INSERT INTO groups_product_defaults (
1298+ group_id, product_id
1299+ ) VALUES (
1300+ 5 , 99
1301+ );
1302+
12671303INSERT INTO groups_product_defaults (
12681304 group_id, product_id
12691305) VALUES (
You can’t perform that action at this time.
0 commit comments