diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 0af189b6dfc..d251eedeb73 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -103,4 +103,4 @@ create table llx_avoir_model_pdf )type=innodb; -drop table llx_soc_recontact if exists; +drop table if exists llx_soc_recontact;