diff --git a/migrations/000.096.sql b/migrations/000.096.sql new file mode 100644 index 0000000..fa3bf65 --- /dev/null +++ b/migrations/000.096.sql @@ -0,0 +1,7 @@ +-- 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);