From c4c21fabdf458d07cdf33ce6d888c395a34e76c4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 1 Dec 2006 11:17:32 +0000 Subject: [PATCH] alter table llx_product add canvas varchar(15) DEFAULT ''; --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 8b2bb1eef61..a09f5ba2d27 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -60,6 +60,7 @@ ALTER TABLE llx_societe modify parent integer; UPDATE llx_societe set parent = null where parent = 0; alter table llx_product add gencode varchar(255) DEFAULT NULL; +alter table llx_product add canvas varchar(15) DEFAULT ''; insert into llx_cond_reglement(rowid, code, sortorder, active, libelle, libelle_facture, fdm, nbjour) values (6,'PROFORMA', 6,1, 'Proforma','Réglement avant livraison',0,0);