From cf25a0263ad0dfd680cae7667411a4e854a6a432 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Sep 2009 23:11:03 +0000 Subject: [PATCH] New: Add experimental module Point of sale --- mysql/migration/2.6.0-2.7.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/2.6.0-2.7.0.sql b/mysql/migration/2.6.0-2.7.0.sql index 0222ba1eaf9..fc54a2260da 100644 --- a/mysql/migration/2.6.0-2.7.0.sql +++ b/mysql/migration/2.6.0-2.7.0.sql @@ -6,6 +6,8 @@ -- when current version is 2.6.0 or higher. -- +drop table llx_tmp_caisse; + drop table llx_facture_stats; drop table llx_stock_valorisation; drop table llx_entrepot_valorisation;