From 97c57ab5f580709a42912052f87a0851a983ed24 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 9 Nov 2003 15:27:54 +0000 Subject: [PATCH] Ajout tables relatives aux commandes --- mysql/drop.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 92729cad0a0..54fb40ae683 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -24,6 +24,10 @@ drop table if exists llx_product_stock; drop table if exists llx_stock; drop table if exists llx_stock_mouvement; +drop table if exists llx_co_pr; +drop table if exists llx_commande; +drop table if exists llx_commandedet; + drop table if exists c_actioncomm; drop table if exists c_chargesociales;