diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 3d8e66affb9..8d0a5ccee4f 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -142,5 +142,4 @@ create table llx_societe_adresse_livraison fk_user_modif integer )type=innodb; -alter table llx_societe_adresse_livraison add column label varchar(30) after tms; --- Le champ date modif existe deja sous le nom tms. alter table llx_societe_adresse_livraison add column datea datetime after datec; \ No newline at end of file +alter table llx_societe_adresse_livraison add column label varchar(30) after tms; \ No newline at end of file