[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/pgsql/ -> drop.sql (source)

   1  --
   2  -- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
   3  -- Copyright (C) 2002-2003 Eric Seigne <erics@rycks.com>
   4  -- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
   5  --
   6  -- This program is free software; you can redistribute it and/or modify
   7  -- it under the terms of the GNU General Public License as published by
   8  -- the Free Software Foundation; either version 2 of the License, or
   9  -- (at your option) any later version.
  10  --
  11  -- This program is distributed in the hope that it will be useful,
  12  -- but WITHOUT ANY WARRANTY; without even the implied warranty of
  13  -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14  -- GNU General Public License for more details.
  15  --
  16  -- You should have received a copy of the GNU General Public License
  17  -- along with this program; if not, write to the Free Software
  18  -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19  --
  20  -- $Id: drop.sql,v 1.3 2004/07/12 19:57:29 opensides Exp $
  21  -- $Source: /cvsroot/dolibarr/dolibarr/pgsql/drop.sql,v $
  22  --
  23  
  24  drop table  llx_co_fa;
  25  
  26  drop table  llx_co_pr;
  27  
  28  drop table  llx_c_actioncomm;
  29  
  30  drop table  llx_c_chargesociales;
  31  
  32  drop table  llx_c_effectif;
  33  
  34  drop table  llx_c_paiement ;
  35  
  36  drop table  llx_c_pays ;
  37  
  38  drop table  llx_c_prestatype ;
  39  
  40  drop table  llx_c_propalst ;
  41  
  42  drop table  llx_c_stcomm;
  43  
  44  drop table  llx_c_typent ;
  45  
  46  drop table  llx_action_def;
  47  
  48  drop table  llx_actioncomm;
  49  
  50  drop table  llx_adherent;
  51  
  52  drop table  llx_adherent_type;
  53  
  54  drop table  llx_adherent_options;
  55  
  56  drop table  llx_adherent_options_label;
  57  
  58  drop table  llx_album;
  59  
  60  drop table  llx_album_to_groupart ;
  61  
  62  drop table  llx_appro ;
  63  
  64  drop table  llx_auteur;
  65  
  66  drop table  llx_bank;
  67  
  68  drop table  llx_bank_account;
  69  
  70  drop table  llx_bank_categ;
  71  
  72  drop table  llx_bank_class;
  73  
  74  drop table  llx_bank_url;
  75  
  76  drop table  llx_birthday_alert;
  77  
  78  drop table  llx_bookmark;
  79  
  80  drop table  llx_boxes;
  81  
  82  drop table  llx_boxes_def;
  83  
  84  drop table  llx_chargesociales;
  85  
  86  drop table  llx_contrat;
  87  
  88  drop table  llx_commande;
  89  
  90  drop table  llx_commandedet;
  91  
  92  drop table  llx_compta;
  93  
  94  drop table  llx_compta_account;
  95  
  96  drop table  llx_concert ;
  97  
  98  drop table  llx_cond_reglement ;
  99  
 100  drop table  llx_const;
 101  
 102  drop table  llx_cotisation;
 103  
 104  drop table  llx_deplacement;
 105  
 106  drop table  llx_domain ;
 107  
 108  drop table  llx_don;
 109  
 110  drop table  llx_don_projet;
 111  
 112  drop table  llx_editeur;
 113  
 114  drop table  llx_entrepot;
 115  
 116  drop table  llx_expedition;
 117  
 118  drop table  llx_expedition_methode;
 119  
 120  drop table  llx_expeditiondet;
 121  
 122  drop table  llx_fa_pr;
 123  
 124  drop table  llx_facture;
 125  
 126  drop table  llx_facture_rec;
 127  
 128  drop table  llx_facturedet;
 129  
 130  drop table  llx_facturedet_rec;
 131  
 132  drop table  llx_facture_fourn;
 133  
 134  drop table  llx_facture_fourn_det;
 135  
 136  drop table  llx_fichinter;
 137  
 138  drop table  llx_groupart;
 139  
 140  drop table  llx_lieu_concert ;
 141  
 142  drop table  llx_livre;
 143  
 144  drop table  llx_livre_to_auteur ;
 145  
 146  drop table  llx_newsletter;
 147  
 148  drop table  llx_notify ;
 149  
 150  drop table  llx_notify_def;
 151  
 152  drop table  llx_paiement;
 153  
 154  drop table  llx_paiementfourn;
 155  
 156  drop table  llx_pointmort;
 157  
 158  drop table  llx_product;
 159  
 160  drop table  llx_product_fournisseur;
 161  
 162  drop table  llx_product_price;
 163  
 164  drop table  llx_product_stock;
 165  
 166  drop table  llx_projet;
 167  
 168  drop table  llx_propal;
 169  
 170  drop table  llx_propal_model_pdf;
 171  
 172  drop table  llx_propaldet;
 173  
 174  drop table  llx_rights_def;
 175  
 176  drop table  llx_service;
 177  
 178  drop table  llx_societe;
 179  
 180  drop table  llx_socpeople;
 181  
 182  drop table  llx_soc_events;
 183  
 184  drop table  llx_soc_recontact;
 185  
 186  drop table  llx_socstatutlog ;
 187  
 188  drop table  llx_stock;
 189  
 190  drop table  llx_stock_mouvement;
 191  
 192  drop table  llx_sqltables;
 193  
 194  drop table  llx_todocomm ;
 195  
 196  drop table  llx_transaction_bplc ;
 197  
 198  drop table  llx_tva;
 199  
 200  drop table  llx_user;
 201  
 202  drop table  llx_user_rights;
 203  
 204  drop table  llx_ventes;
 205  
 206  drop table  llx_voyage;
 207  
 208  drop table  llx_voyage_reduc;
 209  
 210  drop table  llx_facture_tva_sum;


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics