diff --git a/migrations/000.160.sql b/migrations/000.160.sql new file mode 100644 index 0000000..951b846 --- /dev/null +++ b/migrations/000.160.sql @@ -0,0 +1,4 @@ +-- P5-4959 remove old listprice + +ALTER TABLE "product-printproducts" + DROP COLUMN listprice;