Skip to content

Commit

Permalink
Fix: A text field can not have a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 17, 2013
1 parent aa8413d commit 9f8ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/3.3.0-3.4.0.sql
Expand Up @@ -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;

-- 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;
Expand Down

0 comments on commit 9f8ffe2

Please sign in to comment.