Remove deprecated field
This commit is contained in:
parent
7c7bcac3c4
commit
f1ee2bdddf
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user