From 9a500afb0044e74f16ce90fc2a34d87f5f9fc647 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Jun 2008 16:42:28 +0000 Subject: [PATCH] Nettoyage table obsolete --- mysql/migration/2.2.0-2.4.0.sql | 1 + 1 file changed, 1 insertion(+) 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;