From a5a0f04448ccdb2f21c3482fc2692f08fa314124 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 16 Oct 2019 16:06:29 +0200 Subject: [PATCH] P5-4317 add delivery-email and delivery-phone order fields --- migrations/000.133.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/000.133.sql diff --git a/migrations/000.133.sql b/migrations/000.133.sql new file mode 100644 index 0000000..5be62bd --- /dev/null +++ b/migrations/000.133.sql @@ -0,0 +1,4 @@ +-- P5-4317 add delivery-email and delivery-phone order fields + +INSERT INTO "order-fields" (name) VALUES ('delivery-email'); +INSERT INTO "order-fields" (name) VALUES ('delivery-phone');