From 7c02f5cd8a89f5037c663ad4675ec50f35dc3ad6 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 3 Apr 2019 11:11:15 +0200 Subject: [PATCH] P5-3746 add posters product-printprices --- migrations/000.096.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 migrations/000.096.sql 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);