2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/mysql/tables/drop.sql
Rodolphe Quiedeville 6c4baadf7a Massive update
2002-04-30 10:44:42 +00:00

222 lines
4.1 KiB
SQL

--
-- 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 abo_can;
drop table if exists abo_soc;
drop table if exists actioncomm;
drop table if exists bots;
drop table if exists c_anexpe;
drop table if exists c_actioncomm;
drop table if exists c_categtools;
drop table if exists c_contrat ;
drop table if exists c_contrib;
drop table if exists c_diplome ;
drop table if exists c_duree;
drop table if exists c_effectif;
drop table if exists c_formatdoc;
drop table if exists c_lang ;
drop table if exists c_niveau ;
drop table if exists c_nivlang ;
drop table if exists c_outil ;
drop table if exists c_modecontact;
drop table if exists c_moderech ;
drop table if exists c_paiement ;
drop table if exists c_pays ;
drop table if exists c_poste ;
drop table if exists c_prestatype ;
drop table if exists c_propalst ;
drop table if exists c_quality;
drop table if exists c_region ;
drop table if exists c_secteur ;
drop table if exists c_sex;
drop table if exists c_situation ;
drop table if exists c_stage_type;
drop table if exists c_stcomm;
drop table if exists c_typent ;
drop table if exists c_skilltype ;
drop table if exists candidat;
drop table if exists communique;
drop table if exists diplome ;
drop table if exists expe;
drop table if exists followbots;
drop table if exists indy;
drop table if exists known;
drop table if exists lang ;
drop table if exists langoffre ;
drop table if exists llx_bank;
drop table if exists llx_bank_account;
drop table if exists llx_bank_categ;
drop table if exists llx_bank_class;
drop table if exists llx_bookmark;
drop table if exists llx_fa_pr;
drop table if exists llx_facture;
drop table if exists llx_paiement;
drop table if exists llx_pointmort;
drop table if exists llx_product;
drop table if exists llx_projet;
drop table if exists llx_propal;
drop table if exists llx_propaldet;
drop table if exists llx_soc_recontact;
drop table if exists llx_user;
drop table if exists llx_ventes;
drop table if exists login ;
drop table if exists of_statutlog;
drop table if exists offre;
drop table if exists outil ;
drop table if exists outiloffre;
drop table if exists poste_resume ;
drop table if exists typent_resume ;
drop table if exists rech_cand;
drop table if exists rech_soc;
drop table if exists rescontact;
drop table if exists rescontactinfo;
drop table if exists resmessage;
drop table if exists res_appoint;
drop table if exists res_statutlog;
drop table if exists secteur_resume ;
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;
drop table if exists soc_ssii;
drop table if exists soc_rescontact_byweek;
drop table if exists soc_resviewed_byweek;
drop table if exists socmessage ;
drop table if exists somenews;
drop table if exists stat_base ;
drop table if exists stat_abo ;
drop table if exists stat_cat;
drop table if exists stat_subs;
drop table if exists statcv ;
drop table if exists statcv_day;
drop table if exists statof ;
drop table if exists statof_day;
drop table if exists tchcontrib;
drop table if exists tchcorres;
drop table if exists tchsociete;
drop table if exists savannah_projects;