From f8289a29f52e35dbaf850666050af6ed3650589e Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Tue, 25 Feb 2020 16:15:10 +0100 Subject: [PATCH] P5-4871 remove designer pricepremium and v_esales_listprice --- migrations/000.155.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/000.155.sql diff --git a/migrations/000.155.sql b/migrations/000.155.sql new file mode 100644 index 0000000..72eaa3a --- /dev/null +++ b/migrations/000.155.sql @@ -0,0 +1,6 @@ +-- P5-4871 remove designer pricepremium + +DROP MATERIALIZED VIEW v_esales_listprice; + +ALTER TABLE designers + DROP COLUMN pricepremium;