forked from Wavyzz/dolibarr
211 lines
3.6 KiB
SQL
211 lines
3.6 KiB
SQL
--
|
|
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
|
-- Copyright (C) 2002-2003 Eric Seigne <erics@rycks.com>
|
|
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
|
--
|
|
-- This program is free software; you can redistribute it and/or modify
|
|
-- it under the terms of the GNU General Public License as published by
|
|
-- the Free Software Foundation; either version 2 of the License, or
|
|
-- (at your option) any later version.
|
|
--
|
|
-- This program is distributed in the hope that it will be useful,
|
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
-- GNU General Public License for more details.
|
|
--
|
|
-- You should have received a copy of the GNU General Public License
|
|
-- along with this program; if not, write to the Free Software
|
|
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
--
|
|
-- $Id$
|
|
-- $Source$
|
|
--
|
|
|
|
drop table llx_co_fa;
|
|
|
|
drop table llx_co_pr;
|
|
|
|
drop table llx_c_actioncomm;
|
|
|
|
drop table llx_c_chargesociales;
|
|
|
|
drop table llx_c_effectif;
|
|
|
|
drop table llx_c_paiement ;
|
|
|
|
drop table llx_c_pays ;
|
|
|
|
drop table llx_c_prestatype ;
|
|
|
|
drop table llx_c_propalst ;
|
|
|
|
drop table llx_c_stcomm;
|
|
|
|
drop table llx_c_typent ;
|
|
|
|
drop table llx_action_def;
|
|
|
|
drop table llx_actioncomm;
|
|
|
|
drop table llx_adherent;
|
|
|
|
drop table llx_adherent_type;
|
|
|
|
drop table llx_adherent_options;
|
|
|
|
drop table llx_adherent_options_label;
|
|
|
|
drop table llx_album;
|
|
|
|
drop table llx_album_to_groupart ;
|
|
|
|
drop table llx_appro ;
|
|
|
|
drop table llx_auteur;
|
|
|
|
drop table llx_bank;
|
|
|
|
drop table llx_bank_account;
|
|
|
|
drop table llx_bank_categ;
|
|
|
|
drop table llx_bank_class;
|
|
|
|
drop table llx_bank_url;
|
|
|
|
drop table llx_birthday_alert;
|
|
|
|
drop table llx_bookmark;
|
|
|
|
drop table llx_boxes;
|
|
|
|
drop table llx_boxes_def;
|
|
|
|
drop table llx_chargesociales;
|
|
|
|
drop table llx_contrat;
|
|
|
|
drop table llx_commande;
|
|
|
|
drop table llx_commandedet;
|
|
|
|
drop table llx_compta;
|
|
|
|
drop table llx_compta_account;
|
|
|
|
drop table llx_concert ;
|
|
|
|
drop table llx_cond_reglement ;
|
|
|
|
drop table llx_const;
|
|
|
|
drop table llx_cotisation;
|
|
|
|
drop table llx_deplacement;
|
|
|
|
drop table llx_domain ;
|
|
|
|
drop table llx_don;
|
|
|
|
drop table llx_don_projet;
|
|
|
|
drop table llx_editeur;
|
|
|
|
drop table llx_entrepot;
|
|
|
|
drop table llx_expedition;
|
|
|
|
drop table llx_expedition_methode;
|
|
|
|
drop table llx_expeditiondet;
|
|
|
|
drop table llx_fa_pr;
|
|
|
|
drop table llx_facture;
|
|
|
|
drop table llx_facture_rec;
|
|
|
|
drop table llx_facturedet;
|
|
|
|
drop table llx_facturedet_rec;
|
|
|
|
drop table llx_facture_fourn;
|
|
|
|
drop table llx_facture_fourn_det;
|
|
|
|
drop table llx_fichinter;
|
|
|
|
drop table llx_groupart;
|
|
|
|
drop table llx_lieu_concert ;
|
|
|
|
drop table llx_livre;
|
|
|
|
drop table llx_livre_to_auteur ;
|
|
|
|
drop table llx_newsletter;
|
|
|
|
drop table llx_notify ;
|
|
|
|
drop table llx_notify_def;
|
|
|
|
drop table llx_paiement;
|
|
|
|
drop table llx_paiementfourn;
|
|
|
|
drop table llx_pointmort;
|
|
|
|
drop table llx_product;
|
|
|
|
drop table llx_product_fournisseur;
|
|
|
|
drop table llx_product_price;
|
|
|
|
drop table llx_product_stock;
|
|
|
|
drop table llx_projet;
|
|
|
|
drop table llx_propal;
|
|
|
|
drop table llx_propal_model_pdf;
|
|
|
|
drop table llx_propaldet;
|
|
|
|
drop table llx_rights_def;
|
|
|
|
drop table llx_service;
|
|
|
|
drop table llx_societe;
|
|
|
|
drop table llx_socpeople;
|
|
|
|
drop table llx_soc_events;
|
|
|
|
drop table llx_soc_recontact;
|
|
|
|
drop table llx_socstatutlog ;
|
|
|
|
drop table llx_stock;
|
|
|
|
drop table llx_stock_mouvement;
|
|
|
|
drop table llx_sqltables;
|
|
|
|
drop table llx_todocomm ;
|
|
|
|
drop table llx_transaction_bplc ;
|
|
|
|
drop table llx_tva;
|
|
|
|
drop table llx_user;
|
|
|
|
drop table llx_user_rights;
|
|
|
|
drop table llx_ventes;
|
|
|
|
drop table llx_voyage;
|
|
|
|
drop table llx_voyage_reduc;
|
|
|
|
drop table llx_facture_tva_sum;
|