P5-4080 Add support for framed prints
This commit is contained in:
committed by
Niklas Fondberg
parent
63f8e68076
commit
0eca114248
@@ -0,0 +1,13 @@
|
|||||||
|
-- P5-4080: Add support for framed prints
|
||||||
|
|
||||||
|
INSERT INTO "product-groups" ("groupid", "group")
|
||||||
|
VALUES (8, 'framed-print');
|
||||||
|
|
||||||
|
INSERT INTO "product-materials" ("materialid", "material", "price")
|
||||||
|
VALUES (6, 'premium-framed-print', 1);
|
||||||
|
|
||||||
|
INSERT INTO "product-printprices" (groupid, collectionid, materialid, price) VALUES
|
||||||
|
(8, 1, 6, 1),
|
||||||
|
(8, 2, 6, 1),
|
||||||
|
(8, 3, 6, 1),
|
||||||
|
(8, 4, 6, 1);
|
||||||
Reference in New Issue
Block a user