/[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.24 by rodolphe, Wed Mar 9 21:20:25 2005 UTC revision 1.25 by rodolphe, Sat Aug 13 12:50:50 2005 UTC
# Line 279  drop table if exists llx_prelevement_rej Line 279  drop table if exists llx_prelevement_rej
279  drop table if exists llx_product_fournisseur_price;  drop table if exists llx_product_fournisseur_price;
280  drop table if exists llx_societe_commerciaux;  drop table if exists llx_societe_commerciaux;
281  drop table if exists llx_user_clicktodial;  drop table if exists llx_user_clicktodial;
 drop table if exists llx_usergroup;  
282  drop table if exists llx_usergroup_rights;  drop table if exists llx_usergroup_rights;
283  drop table if exists llx_usergroup_user;  drop table if exists llx_usergroup_user;
284    drop table if exists llx_usergroup;
285    
286    
287  drop table if exists llx_cash;  drop table if exists llx_cash;
# Line 312  drop table if exists llx_telephonie_soci Line 312  drop table if exists llx_telephonie_soci
312  drop table if exists llx_telephonie_societe_ligne_statut;  drop table if exists llx_telephonie_societe_ligne_statut;
313  drop table if exists llx_telephonie_tarif;  drop table if exists llx_telephonie_tarif;
314  drop table if exists llx_telephonie_tarif_client;  drop table if exists llx_telephonie_tarif_client;
 drop table if exists llx_telephonie_tarif_fournisseur;  
315    drop table if exists llx_telephonie_tarif_fournisseur;
316    
317    
318    
319    drop table if exists llx_categorie_association;
320    drop table if exists llx_categorie_product;
321    drop table if exists llx_product_fournisseur_price_log;
322    drop table if exists llx_categorie;
323    
324    
325    -- historique
326    
327    drop table if exists c_actioncomm;
328    drop table if exists c_chargesociales;
329    drop table if exists c_effectif;
330    drop table if exists c_paiement;
331    drop table if exists c_pays;
332    drop table if exists c_propalst;
333    drop table if exists c_stcomm;
334    drop table if exists c_typent;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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