8 lines
200 B
SQL
8 lines
200 B
SQL
-- P5-3746 add posters product-printprices
|
|
|
|
INSERT INTO "product-printprices" (groupid, collectionid, materialid, price) VALUES
|
|
(7, 1, 5, 1),
|
|
(7, 2, 5, 1),
|
|
(7, 3, 5, 1),
|
|
(7, 4, 5, 1);
|