Remove deprecated field

This commit is contained in:
Laurent Destailleur 2016-08-09 13:10:34 +02:00
parent 7c7bcac3c4
commit f1ee2bdddf
2 changed files with 2 additions and 1 deletions

View File

@ -41,3 +41,5 @@ DROP TABLE llx_holiday_types;
ALTER TABLE llx_notify ADD COLUMN type_target varchar(16) NULL;
ALTER TABLE llx_entrepot DROP COLUMN valo_pmp;

View File

@ -33,7 +33,6 @@ create table llx_entrepot
fk_departement integer,
fk_pays integer DEFAULT 0,
statut tinyint DEFAULT 1, -- 1 open, 0 close
valo_pmp float(12,4), -- PMP value for this warehouse (deprecated. No sens for a warehouse)
fk_user_author integer,
import_key varchar(14)
)ENGINE=innodb;