dolibarr/mysql/drop.sql

209 lines
4.3 KiB
MySQL
Raw Normal View History

2002-04-29 22:57:25 +02:00
--
2003-02-01 19:43:19 +01:00
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
2002-04-29 22:57:25 +02:00
--
-- 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.
--
2003-02-13 16:54:23 +01:00
-- $Id$
-- $Source$
--
2004-02-14 13:36:58 +01:00
drop table if exists llx_co_fa;
2003-10-11 23:28:40 +02:00
2003-11-09 16:27:54 +01:00
drop table if exists llx_co_pr;
drop table if exists llx_c_actioncomm;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_chargesociales;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_effectif;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_paiement ;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_pays ;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_prestatype ;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_propalst ;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_stcomm;
2002-04-29 22:57:25 +02:00
drop table if exists llx_c_typent ;
2002-04-29 22:57:25 +02:00
2003-07-07 18:35:46 +02:00
drop table if exists llx_action_def;
2003-06-22 11:43:21 +02:00
drop table if exists llx_actioncomm;
2002-12-28 22:05:13 +01:00
drop table if exists llx_adherent;
2002-12-30 00:36:31 +01:00
drop table if exists llx_adherent_type;
drop table if exists llx_adherent_options;
drop table if exists llx_adherent_options_label;
drop table if exists llx_album;
2003-04-23 13:13:12 +02:00
drop table if exists llx_album_to_groupart ;
drop table if exists llx_appro ;
drop table if exists llx_auteur;
2002-04-29 22:57:25 +02:00
drop table if exists llx_bank;
2002-04-30 12:44:42 +02:00
drop table if exists llx_bank_account;
2002-04-29 22:57:25 +02:00
drop table if exists llx_bank_categ;
2002-04-30 12:44:42 +02:00
2002-04-29 22:57:25 +02:00
drop table if exists llx_bank_class;
2004-02-14 13:36:58 +01:00
drop table if exists llx_bank_url;
drop table if exists llx_birthday_alert;
2002-04-29 22:57:25 +02:00
drop table if exists llx_bookmark;
2003-02-13 16:54:23 +01:00
drop table if exists llx_boxes;
drop table if exists llx_boxes_def;
2002-06-20 15:23:17 +02:00
drop table if exists llx_chargesociales;
2003-08-04 15:43:07 +02:00
drop table if exists llx_contrat;
2004-02-14 13:36:58 +01:00
drop table if exists llx_commande;
drop table if exists llx_commandedet;
2002-05-13 19:43:45 +02:00
drop table if exists llx_compta;
drop table if exists llx_compta_account;
2003-04-23 13:13:12 +02:00
drop table if exists llx_concert ;
2003-07-24 14:28:51 +02:00
drop table if exists llx_cond_reglement ;
2003-02-12 21:51:56 +01:00
drop table if exists llx_const;
2002-12-28 22:05:13 +01:00
drop table if exists llx_cotisation;
2003-09-10 15:58:52 +02:00
drop table if exists llx_deplacement;
2003-04-23 13:13:12 +02:00
drop table if exists llx_domain ;
2002-12-17 19:42:25 +01:00
drop table if exists llx_don;
2002-12-17 19:57:15 +01:00
drop table if exists llx_don_projet;
drop table if exists llx_editeur;
2004-02-14 13:36:58 +01:00
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;
2002-04-29 22:57:25 +02:00
drop table if exists llx_fa_pr;
drop table if exists llx_facture;
2003-10-11 23:28:40 +02:00
drop table if exists llx_facture_rec;
2003-02-01 19:43:19 +01:00
drop table if exists llx_facturedet;
2003-10-11 23:28:40 +02:00
drop table if exists llx_facturedet_rec;
2002-05-06 21:10:48 +02:00
drop table if exists llx_facture_fourn;
2003-06-22 11:39:49 +02:00
drop table if exists llx_facture_fourn_det;
2002-05-04 01:01:45 +02:00
drop table if exists llx_fichinter;
drop table if exists llx_groupart;
2003-04-23 13:13:12 +02:00
drop table if exists llx_lieu_concert ;
drop table if exists llx_livre;
2003-04-23 13:13:12 +02:00
drop table if exists llx_livre_to_auteur ;
2003-06-22 11:39:49 +02:00
drop table if exists llx_newsletter;
2003-06-22 11:43:21 +02:00
drop table if exists llx_notify ;
2003-07-07 18:35:46 +02:00
drop table if exists llx_notify_def;
2002-04-29 22:57:25 +02:00
drop table if exists llx_paiement;
2003-06-22 11:48:19 +02:00
drop table if exists llx_paiementfourn;
2002-04-29 22:57:25 +02:00
drop table if exists llx_pointmort;
drop table if exists llx_product;
2003-10-11 23:28:40 +02:00
drop table if exists llx_product_fournisseur;
2003-09-14 12:07:57 +02:00
drop table if exists llx_product_price;
2004-02-14 13:36:58 +01:00
drop table if exists llx_product_stock;
2002-04-30 12:44:42 +02:00
drop table if exists llx_projet;
2002-04-29 22:57:25 +02:00
drop table if exists llx_propal;
2003-07-07 18:35:46 +02:00
drop table if exists llx_propal_model_pdf;
2002-04-29 22:57:25 +02:00
drop table if exists llx_propaldet;
2003-08-04 21:58:16 +02:00
drop table if exists llx_rights_def;
2002-05-06 21:10:48 +02:00
drop table if exists llx_service;
2003-06-22 11:47:08 +02:00
drop table if exists llx_societe;
drop table if exists llx_socpeople;
drop table if exists llx_soc_events;
2002-04-29 22:57:25 +02:00
drop table if exists llx_soc_recontact;
2003-06-22 11:47:08 +02:00
drop table if exists llx_socstatutlog ;
2004-02-14 13:36:58 +01:00
drop table if exists llx_stock;
drop table if exists llx_stock_mouvement;
drop table if exists llx_sqltables;
2003-04-23 13:13:12 +02:00
drop table if exists llx_todocomm ;
drop table if exists llx_transaction_bplc ;
2002-06-20 15:23:17 +02:00
drop table if exists llx_tva;
2002-04-30 12:44:42 +02:00
drop table if exists llx_user;
2003-08-04 21:58:16 +02:00
drop table if exists llx_user_rights;
2002-04-29 22:57:25 +02:00
drop table if exists llx_ventes;
2002-05-11 19:51:33 +02:00
drop table if exists llx_voyage;
drop table if exists llx_voyage_reduc;
drop table if exists llx_facture_tva_sum;