diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql index 47b7af0a91c..46557e0cb01 100644 --- a/mysql/migration/2.2.0-2.4.0.sql +++ b/mysql/migration/2.2.0-2.4.0.sql @@ -329,3 +329,4 @@ insert into llx_c_type_fees (code,libelle,active) values ('TF_OTHER', 'Other' insert into llx_c_type_fees (code,libelle,active) values ('TF_TRIP', 'Trip', 1); insert into llx_c_type_fees (code,libelle,active) values ('TF_LUNCH', 'Lunch', 1); +drop table llx_comfourn_facfourn;