Skip to content

Commit

Permalink
Fix: use canvas when option not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 23, 2011
1 parent 9c823a7 commit eba944b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/2.9.0-3.0.0.sql
Expand Up @@ -43,6 +43,7 @@ ALTER TABLE llx_expedition MODIFY date_expedition datetime;
ALTER TABLE llx_expedition MODIFY date_delivery datetime NULL;

ALTER TABLE llx_societe ADD COLUMN canvas varchar(32) DEFAULT NULL AFTER default_lang;
ALTER TABLE llx_societe MODIFY canvas varchar(32) DEFAULT NULL;

ALTER TABLE llx_cond_reglement RENAME TO llx_c_payment_term;
ALTER TABLE llx_expedition_methode RENAME TO llx_c_shipment_mode;
Expand Down

0 comments on commit eba944b

Please sign in to comment.