Skip to content
Snippets Groups Projects
Commit f1ee2bdd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Remove deprecated field

parent 7c7bcac3
Branches
Tags
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment