Default entity 1 in llx_multicurrency_rate

This commit is contained in:
phf 2016-09-08 14:59:16 +02:00
parent 7917169961
commit 7229b572dc

View File

@ -541,4 +541,4 @@ INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (178,
-- VMYSQL4.1 ALTER TABLE llx_establishment CHANGE COLUMN fk_user_mod fk_user_mod integer NULL;
-- VPGSQL8.2 ALTER TABLE llx_establishment ALTER COLUMN fk_user_mod DROP NOT NULL;
ALTER TABLE llx_multicurrency_rate ADD COLUMN entity integer;
ALTER TABLE llx_multicurrency_rate ADD COLUMN entity integer DEFAULT 1;