Files
dolibarr/pgsql/tables/drop.sql

127 lines
2.2 KiB
SQL

--
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2002-2003 Éric Seigne <erics@rycks.com>
--
-- $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 actioncomm;
drop table bots;
drop table c_anexpe;
drop table c_actioncomm;
drop table c_chargesociales;
drop table c_effectif;
drop table c_paiement ;
drop table c_pays ;
drop table c_prestatype ;
drop table c_propalst ;
drop table c_stcomm;
drop table c_typent ;
drop table llx_adherent;
drop table llx_bank;
drop table llx_bank_account;
drop table llx_bank_categ;
drop table llx_bank_class;
drop table llx_bookmark;
drop table llx_chargesociales;
drop table llx_compta;
drop table llx_compta_account;
drop table llx_cotisation;
drop table llx_don;
drop table llx_don_projet;
drop table llx_fa_pr;
drop table llx_facture;
drop table llx_facture_fourn;
drop table llx_fichinter;
drop table llx_paiement;
drop table llx_pointmort;
drop table llx_product;
drop table llx_projet;
drop table llx_propal;
drop table llx_propaldet;
drop table llx_service;
drop table llx_soc_recontact;
drop table llx_tva;
drop table llx_user;
drop table llx_ventes;
drop table llx_voyage;
drop table llx_voyage_reduc;
drop table login ;
drop table socappoint ;
drop table soccontact;
drop table soccontactinfo;
drop table socfollowresume;
drop table socstatutlog ;
drop table region_resume ;
drop table societe;
drop table soc_events;
drop table soc_recontact;
drop table socpeople;