From 2bdc7dc9f37c03c2c0f13b7e76ef7f4c6ae64fc0 Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Tue, 19 May 2020 15:42:21 +0200 Subject: [PATCH] P5-5277 remove giftvoucher --- migrations/000.191.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.191.sql diff --git a/migrations/000.191.sql b/migrations/000.191.sql new file mode 100644 index 0000000..9605fe8 --- /dev/null +++ b/migrations/000.191.sql @@ -0,0 +1,3 @@ +-- P5-5277: remove giftvouchers + +DROP TABLE giftvouchers;