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;