From 4365fd92f50046b640aff15511602681c1f72a09 Mon Sep 17 00:00:00 2001 From: fredrikphotowall <35255659+fredrikphotowall@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:35:32 +0100 Subject: [PATCH] P5-6131 Remove market_id from slideshow_slides (#176) --- migrations/000.291.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.291.sql diff --git a/migrations/000.291.sql b/migrations/000.291.sql new file mode 100644 index 0000000..2016b87 --- /dev/null +++ b/migrations/000.291.sql @@ -0,0 +1,3 @@ +-- P5-6131 Delete slideshow_slides.market_id + +ALTER TABLE slideshow_slides DROP COLUMN market_id;