Fix: Correction erreur syntaxe script migration
This commit is contained in:
parent
2e2f127f1a
commit
784ba0379a
@ -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 '';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user