Fix: Correction erreur syntaxe script migration

This commit is contained in:
Laurent Destailleur 2006-12-08 09:00:14 +00:00
parent 2e2f127f1a
commit 784ba0379a

View File

@ -60,7 +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 weight float DEFAULT ;
alter table llx_product add weight real DEFAULT NULL;
alter table llx_product add weight_units tinyint(1) DEFAULT 0;
alter table llx_product add canvas varchar(15) DEFAULT '';