From d6dc122a8bcc95dedd7d804d10d6968b73031066 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 25 Feb 2020 16:22:21 +0100 Subject: [PATCH] P5-4871 not possible to delete pricepremium yet --- migrations/000.155.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/migrations/000.155.sql b/migrations/000.155.sql index 72eaa3a..073e862 100644 --- a/migrations/000.155.sql +++ b/migrations/000.155.sql @@ -1,6 +1,3 @@ --- P5-4871 remove designer pricepremium +-- P5-4871 remove v_esales_listprice DROP MATERIALIZED VIEW v_esales_listprice; - -ALTER TABLE designers - DROP COLUMN pricepremium;