diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 558b443ab2b..004f65d681d 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -8,7 +8,7 @@ alter table llx_rights_def add perms varchar(255) after module; alter table llx_rights_def add subperms varchar(255) after perms; -alter table llx_facturedet add fk_code_ventialtion integer NOT NULL DEFAULT 0; +alter table llx_facturedet add fk_code_ventilation integer NOT NULL DEFAULT 0; alter table llx_contrat add fk_facturedet integer NOT NULL default 0 after fk_facture;