diff --git a/mysql/drop.sql b/mysql/drop.sql index f8f6d81b0de0836d7c00cc0b470d707a777a2872..ad3aa6d3a2dfd9213b3b5999adf9e29bf13b4f2e 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -18,15 +18,10 @@ -- $Id$ -- $Source$ -- -drop table if exists llx_bank_url; -drop table if exists llx_entrepot; -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_fa; drop table if exists llx_co_pr; -drop table if exists llx_commande; -drop table if exists llx_commandedet; drop table if exists llx_c_actioncomm; @@ -74,6 +69,10 @@ drop table if exists llx_bank_categ; drop table if exists llx_bank_class; +drop table if exists llx_bank_url; + +drop table if exists llx_birthday_alert; + drop table if exists llx_bookmark; drop table if exists llx_boxes; @@ -84,6 +83,10 @@ drop table if exists llx_chargesociales; drop table if exists llx_contrat; +drop table if exists llx_commande; + +drop table if exists llx_commandedet; + drop table if exists llx_compta; drop table if exists llx_compta_account; @@ -106,6 +109,14 @@ drop table if exists llx_don_projet; drop table if exists llx_editeur; +drop table if exists llx_entrepot; + +drop table if exists llx_expedition; + +drop table if exists llx_expedition_methode; + +drop table if exists llx_expeditiondet; + drop table if exists llx_fa_pr; drop table if exists llx_facture; @@ -148,6 +159,8 @@ drop table if exists llx_product_fournisseur; drop table if exists llx_product_price; +drop table if exists llx_product_stock; + drop table if exists llx_projet; drop table if exists llx_propal; @@ -170,6 +183,10 @@ drop table if exists llx_soc_recontact; drop table if exists llx_socstatutlog ; +drop table if exists llx_stock; + +drop table if exists llx_stock_mouvement; + drop table if exists llx_sqltables; drop table if exists llx_todocomm ;