dolibarr/mysql/tables/drop.sql

122 lines
2.5 KiB
MySQL
Raw Normal View History

2002-04-29 22:57:25 +02:00
--
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
--
-- 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.
--
drop table if exists actioncomm;
drop table if exists bots;
drop table if exists c_anexpe;
drop table if exists c_actioncomm;
2002-06-20 15:23:17 +02:00
drop table if exists c_chargesociales;
2002-04-29 22:57:25 +02:00
drop table if exists c_effectif;
drop table if exists c_paiement ;
drop table if exists c_pays ;
drop table if exists c_prestatype ;
drop table if exists c_propalst ;
drop table if exists c_stcomm;
drop table if exists c_typent ;
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;
drop table if exists llx_bookmark;
2002-06-20 15:23:17 +02:00
drop table if exists llx_chargesociales;
2002-05-13 19:43:45 +02:00
drop table if exists llx_compta;
drop table if exists llx_compta_account;
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;
2002-04-29 22:57:25 +02:00
drop table if exists llx_fa_pr;
drop table if exists llx_facture;
2002-05-06 21:10:48 +02:00
drop table if exists llx_facture_fourn;
2002-05-04 01:01:45 +02:00
drop table if exists llx_fichinter;
2002-04-29 22:57:25 +02:00
drop table if exists llx_paiement;
drop table if exists llx_pointmort;
drop table if exists llx_product;
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;
drop table if exists llx_propaldet;
2002-05-06 21:10:48 +02:00
drop table if exists llx_service;
2002-04-29 22:57:25 +02:00
drop table if exists llx_soc_recontact;
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;
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;
2002-04-29 22:57:25 +02:00
drop table if exists login ;
drop table if exists socappoint ;
drop table if exists soccontact;
drop table if exists soccontactinfo;
drop table if exists socfollowresume;
drop table if exists socstatutlog ;
drop table if exists region_resume ;
drop table if exists societe;
drop table if exists soc_events;
drop table if exists soc_recontact;
drop table if exists socpeople;