5 lines
96 B
SQL
5 lines
96 B
SQL
-- P5-4959 remove old listprice
|
|
|
|
ALTER TABLE "product-printproducts"
|
|
DROP COLUMN listprice;
|