Fix: A text field can not have a default value
This commit is contained in:
parent
aa8413d7cb
commit
9f8ffe242a
@ -38,7 +38,7 @@ alter table llx_contratdet add column fk_product_fournisseur_price integer after
|
|||||||
alter table llx_contratdet add column buy_price_ht double(24,8) DEFAULT 0 after fk_product_fournisseur_price;
|
alter table llx_contratdet add column buy_price_ht double(24,8) DEFAULT 0 after fk_product_fournisseur_price;
|
||||||
|
|
||||||
-- serialised array, to store value of select list choices for example
|
-- serialised array, to store value of select list choices for example
|
||||||
alter table llx_extrafields add column param text DEFAULT '' after pos;
|
alter table llx_extrafields add column param text after pos;
|
||||||
|
|
||||||
|
|
||||||
alter table llx_propal CHANGE COLUMN fk_adresse_livraison fk_delivery_address integer;
|
alter table llx_propal CHANGE COLUMN fk_adresse_livraison fk_delivery_address integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user