/[dolibarr]/dolibarr/mysql/drop.sql
ViewVC logotype

Diff of /dolibarr/mysql/drop.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by rodolphe, Sat Aug 13 13:03:36 2005 UTC revision 1.27 by rodolphe, Sat Aug 13 14:33:58 2005 UTC
# Line 18  Line 18 
18  -- $Id$  -- $Id$
19  -- $Source$  -- $Source$
20  --  --
21    --
22    -- L'ordre des suppressions doit respecter les contraintes d'integrite
23    --
24  drop table if exists llx_co_fa;  drop table if exists llx_co_fa;
25    
26  drop table if exists llx_co_pr;  drop table if exists llx_co_pr;
# Line 31  drop table if exists llx_c_effectif; Line 33  drop table if exists llx_c_effectif;
33    
34  drop table if exists llx_c_paiement ;  drop table if exists llx_c_paiement ;
35    
 drop table if exists llx_c_pays ;  
   
36  drop table if exists llx_c_prestatype ;  drop table if exists llx_c_prestatype ;
37    
38  drop table if exists llx_c_propalst ;  drop table if exists llx_c_propalst ;
# Line 81  drop table if exists llx_boxes_def; Line 81  drop table if exists llx_boxes_def;
81    
82  drop table if exists llx_chargesociales;  drop table if exists llx_chargesociales;
83    
 drop table if exists llx_contrat;  
   
84  drop table if exists llx_commande;  drop table if exists llx_commande;
85    
86  drop table if exists llx_commandedet;  drop table if exists llx_commandedet;
# Line 127  drop table if exists llx_expeditiondet; Line 125  drop table if exists llx_expeditiondet;
125    
126  drop table if exists llx_fa_pr;  drop table if exists llx_fa_pr;
127    
 drop table if exists llx_facture;  
   
128  drop table if exists llx_facture_rec;  drop table if exists llx_facture_rec;
129    
130  drop table if exists llx_facturedet;  drop table if exists llx_facturedet;
# Line 155  drop table if exists llx_notify ; Line 151  drop table if exists llx_notify ;
151    
152  drop table if exists llx_notify_def;  drop table if exists llx_notify_def;
153    
 drop table if exists llx_paiement;  
   
154  drop table if exists llx_paiementfourn;  drop table if exists llx_paiementfourn;
155    
156  drop table if exists llx_pointmort;  drop table if exists llx_pointmort;
157    
 drop table if exists llx_product;  
   
158  drop table if exists llx_product_fournisseur;  drop table if exists llx_product_fournisseur;
159    
160  drop table if exists llx_product_price;  drop table if exists llx_product_price;
161    
162  drop table if exists llx_product_stock;  drop table if exists llx_product_stock;
163    
 drop table if exists llx_projet;  
   
 drop table if exists llx_propal;  
   
164  drop table if exists llx_propal_model_pdf;  drop table if exists llx_propal_model_pdf;
165    
166  drop table if exists llx_propaldet;  drop table if exists llx_propaldet;
# Line 181  drop table if exists llx_rights_def; Line 169  drop table if exists llx_rights_def;
169    
170  drop table if exists llx_service;  drop table if exists llx_service;
171    
 drop table if exists llx_societe;  
   
172  drop table if exists llx_societe_ca;  drop table if exists llx_societe_ca;
173    
174  drop table if exists llx_societe_details;  drop table if exists llx_societe_details;
# Line 219  drop table if exists llx_transaction_bpl Line 205  drop table if exists llx_transaction_bpl
205    
206  drop table if exists llx_tva;  drop table if exists llx_tva;
207    
 drop table if exists llx_user;  
   
208  drop table if exists llx_user_rights;  drop table if exists llx_user_rights;
209    
210  drop table if exists llx_ventes;  drop table if exists llx_ventes;
# Line 316  drop table if exists llx_telephonie_tari Line 300  drop table if exists llx_telephonie_tari
300  drop table if exists llx_telephonie_tarif_client;  drop table if exists llx_telephonie_tarif_client;
301  drop table if exists llx_telephonie_tarif_fournisseur;  drop table if exists llx_telephonie_tarif_fournisseur;
302    
   
   
303  drop table if exists llx_categorie_association;  drop table if exists llx_categorie_association;
304  drop table if exists llx_categorie_product;  drop table if exists llx_categorie_product;
305  drop table if exists llx_product_fournisseur_price_log;  drop table if exists llx_product_fournisseur_price_log;
306  drop table if exists llx_categorie;  drop table if exists llx_categorie;
307    
308    drop table if exists llx_accountingsystem_det;
309    
310    drop table if exists llx_accountingsystem;
311    
312    drop table if exists llx_dolibarr_modules;
313    
314    drop table if exists llx_energie_compteur_groupe;
315    
316    drop table if exists llx_energie_compteur_releve;
317    
318    drop table if exists llx_energie_groupe;
319    
320    drop table if exists llx_energie_compteur;
321    
322    drop table if exists llx_propal;
323    
324    drop table if exists llx_product;
325    
326    drop table if exists llx_facture;
327    
328    drop table if exists llx_contrat;
329    
330    drop table if exists llx_paiement;
331    
332    drop table if exists llx_c_pays ;
333    
334    drop table if exists llx_projet;
335    
336    drop table if exists llx_societe;
337    
338    drop table if exists llx_user;
339    
340  -- historique  -- historique
341    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26