diff --git a/htdocs/install/mysql/migration/2.8.0-2.9.0.sql b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql index 973b087b12b..5857b32bac4 100755 --- a/htdocs/install/mysql/migration/2.8.0-2.9.0.sql +++ b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql @@ -83,3 +83,5 @@ alter table llx_product add column surface_units tinyint DEFAULT NUL alter table llx_product add column accountancy_code_sell varchar(15) after fk_barcode_type; alter table llx_product add column accountancy_code_buy varchar(15) after accountancy_code_sell; + +ALTER TABLE llx_product drop column stock_loc;