[ Index ] |
|
Code source de Dolibarr 2.0.1 |
1 -- 2 -- Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> 3 -- 4 -- This program is free software; you can redistribute it and/or modify 5 -- it under the terms of the GNU General Public License as published by 6 -- the Free Software Foundation; either version 2 of the License, or 7 -- (at your option) any later version. 8 -- 9 -- This program is distributed in the hope that it will be useful, 10 -- but WITHOUT ANY WARRANTY; without even the implied warranty of 11 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 -- GNU General Public License for more details. 13 -- 14 -- You should have received a copy of the GNU General Public License 15 -- along with this program; if not, write to the Free Software 16 -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 -- 18 -- $Id: drop.sql,v 1.28 2005/08/13 14:43:58 rodolphe Exp $ 19 -- $Source: /cvsroot/dolibarr/dolibarr/mysql/drop.sql,v $ 20 -- 21 -- 22 -- L'ordre des suppressions doit respecter les contraintes d'integrite 23 -- 24 drop table if exists llx_co_fa; 25 26 drop table if exists llx_co_pr; 27 28 drop table if exists llx_c_actioncomm; 29 30 drop table if exists llx_c_chargesociales; 31 32 drop table if exists llx_c_effectif; 33 34 drop table if exists llx_c_paiement ; 35 36 drop table if exists llx_c_prestatype ; 37 38 drop table if exists llx_c_propalst ; 39 40 drop table if exists llx_c_stcomm; 41 42 drop table if exists llx_c_typent ; 43 44 drop table if exists llx_action_def; 45 46 drop table if exists llx_actioncomm; 47 48 drop table if exists llx_adherent; 49 50 drop table if exists llx_adherent_type; 51 52 drop table if exists llx_adherent_options; 53 54 drop table if exists llx_adherent_options_label; 55 56 drop table if exists llx_album; 57 58 drop table if exists llx_album_to_groupart ; 59 60 drop table if exists llx_appro ; 61 62 drop table if exists llx_auteur; 63 64 drop table if exists llx_bank; 65 66 drop table if exists llx_bank_account; 67 68 drop table if exists llx_bank_categ; 69 70 drop table if exists llx_bank_class; 71 72 drop table if exists llx_bank_url; 73 74 drop table if exists llx_birthday_alert; 75 76 drop table if exists llx_bookmark; 77 78 drop table if exists llx_boxes; 79 80 drop table if exists llx_boxes_def; 81 82 drop table if exists llx_chargesociales; 83 84 drop table if exists llx_commande; 85 86 drop table if exists llx_commandedet; 87 88 drop table if exists llx_commande_fournisseur; 89 90 drop table if exists llx_commande_fournisseur_log; 91 92 drop table if exists llx_commande_fournisseurdet; 93 94 drop table if exists llx_compta; 95 96 drop table if exists llx_compta_account; 97 98 drop table if exists llx_concert ; 99 100 drop table if exists llx_cond_reglement ; 101 102 drop table if exists llx_const; 103 104 drop table if exists llx_contact_facture; 105 106 drop table if exists llx_cotisation; 107 108 drop table if exists llx_deplacement; 109 110 drop table if exists llx_domain ; 111 112 drop table if exists llx_don; 113 114 drop table if exists llx_don_projet; 115 116 drop table if exists llx_editeur; 117 118 drop table if exists llx_entrepot; 119 120 drop table if exists llx_expedition; 121 122 drop table if exists llx_expedition_methode; 123 124 drop table if exists llx_expeditiondet; 125 126 drop table if exists llx_fa_pr; 127 128 drop table if exists llx_facture_rec; 129 130 drop table if exists llx_facturedet; 131 132 drop table if exists llx_facturedet_rec; 133 134 drop table if exists llx_facture_fourn; 135 136 drop table if exists llx_facture_fourn_det; 137 138 drop table if exists llx_fichinter; 139 140 drop table if exists llx_groupart; 141 142 drop table if exists llx_lieu_concert ; 143 144 drop table if exists llx_livre; 145 146 drop table if exists llx_livre_to_auteur ; 147 148 drop table if exists llx_newsletter; 149 150 drop table if exists llx_notify ; 151 152 drop table if exists llx_notify_def; 153 154 drop table if exists llx_paiementfourn; 155 156 drop table if exists llx_pointmort; 157 158 drop table if exists llx_product_fournisseur; 159 160 drop table if exists llx_product_price; 161 162 drop table if exists llx_product_stock; 163 164 drop table if exists llx_propal_model_pdf; 165 166 drop table if exists llx_propaldet; 167 168 drop table if exists llx_rights_def; 169 170 drop table if exists llx_service; 171 172 drop table if exists llx_societe_ca; 173 174 drop table if exists llx_societe_details; 175 176 drop table if exists llx_societe_prestation; 177 178 drop table if exists llx_societe_reference; 179 180 drop table if exists llx_societe_remise; 181 182 drop table if exists llx_societe_remise_except; 183 184 drop table if exists llx_societe_rib; 185 186 drop table if exists llx_societe_techno; 187 188 drop table if exists llx_socpeople; 189 190 drop table if exists llx_soc_events; 191 192 drop table if exists llx_soc_recontact; 193 194 drop table if exists llx_socstatutlog ; 195 196 drop table if exists llx_stock; 197 198 drop table if exists llx_stock_mouvement; 199 200 drop table if exists llx_sqltables; 201 202 drop table if exists llx_todocomm ; 203 204 drop table if exists llx_transaction_bplc ; 205 206 drop table if exists llx_tva; 207 208 drop table if exists llx_user_rights; 209 210 drop table if exists llx_ventes; 211 212 drop table if exists llx_voyage; 213 214 drop table if exists llx_voyage_reduc; 215 216 drop table if exists llx_facture_tva_sum; 217 218 drop table if exists llx_c_accountingsystem; 219 220 drop table if exists llx_c_ape; 221 222 drop table if exists llx_c_civilite; 223 224 drop table if exists llx_c_currencies; 225 226 drop table if exists llx_c_departements; 227 228 drop table if exists llx_c_forme_juridique; 229 230 drop table if exists llx_c_prestation; 231 232 drop table if exists llx_c_regions; 233 234 drop table if exists llx_c_techno; 235 236 drop table if exists llx_catalog_societe; 237 238 drop table if exists llx_catalogsoc; 239 240 drop table if exists llx_groupesociete; 241 drop table if exists llx_groupesociete_remise; 242 drop table if exists llx_mailing; 243 drop table if exists llx_mailing_cibles; 244 drop table if exists llx_paiement_facture; 245 drop table if exists llx_paiementcharge; 246 drop table if exists llx_so_gr; 247 248 drop table if exists llx_user_alert; 249 drop table if exists llx_user_param; 250 251 drop table if exists llx_bookmark4u_login; 252 drop table if exists llx_c_methode_commande_fournisseur; 253 drop table if exists llx_compta_compte_generaux; 254 drop table if exists llx_contratdet; 255 drop table if exists llx_contratdet_log; 256 drop table if exists llx_export_compta; 257 258 drop table if exists llx_prelevement_notifications; 259 drop table if exists llx_prelevement_facture; 260 drop table if exists llx_prelevement_facture_demande; 261 drop table if exists llx_prelevement_rejet; 262 drop table if exists llx_prelevement_lignes; 263 drop table if exists llx_prelevement_bons; 264 drop table if exists llx_prelevement; 265 drop table if exists llx_product_fournisseur_price; 266 drop table if exists llx_societe_commerciaux; 267 drop table if exists llx_user_clicktodial; 268 drop table if exists llx_usergroup_rights; 269 drop table if exists llx_usergroup_user; 270 drop table if exists llx_usergroup; 271 272 273 drop table if exists llx_cash; 274 drop table if exists llx_cash_account; 275 drop table if exists llx_contrat_service; 276 drop table if exists llx_telephonie_client_statistique; 277 drop table if exists llx_telephonie_client_stats; 278 drop table if exists llx_telephonie_client_stats_mensuel; 279 drop table if exists llx_telephonie_commande; 280 drop table if exists llx_telephonie_commande_retour; 281 drop table if exists llx_telephonie_communications_details; 282 drop table if exists llx_telephonie_concurrents; 283 drop table if exists llx_telephonie_contact_facture; 284 drop table if exists llx_telephonie_contrat; 285 drop table if exists llx_telephonie_contrat_contact_facture; 286 drop table if exists llx_telephonie_facture; 287 drop table if exists llx_telephonie_fournisseur; 288 drop table if exists llx_telephonie_groupe_ligne; 289 drop table if exists llx_telephonie_groupeligne; 290 drop table if exists llx_telephonie_import_cdr; 291 drop table if exists llx_telephonie_ligne_statistique; 292 drop table if exists llx_telephonie_prefix; 293 drop table if exists llx_telephonie_service; 294 drop table if exists llx_telephonie_simul; 295 drop table if exists llx_telephonie_simul_comm; 296 drop table if exists llx_telephonie_societe_ligne; 297 drop table if exists llx_telephonie_societe_ligne_remise; 298 drop table if exists llx_telephonie_societe_ligne_statut; 299 drop table if exists llx_telephonie_tarif; 300 drop table if exists llx_telephonie_tarif_client; 301 drop table if exists llx_telephonie_tarif_fournisseur; 302 303 drop table if exists llx_categorie_association; 304 drop table if exists llx_categorie_product; 305 drop table if exists llx_product_fournisseur_price_log; 306 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_energie_compteur_releve; 313 drop table if exists llx_energie_compteur_groupe; 314 drop table if exists llx_energie_compteur; 315 drop table if exists llx_energie_groupe; 316 drop table if exists llx_dolibarr_modules; 317 318 drop table if exists llx_energie_compteur_groupe; 319 320 drop table if exists llx_energie_compteur_releve; 321 322 drop table if exists llx_energie_groupe; 323 324 drop table if exists llx_energie_compteur; 325 326 drop table if exists llx_propal; 327 328 drop table if exists llx_product; 329 330 drop table if exists llx_facture; 331 332 drop table if exists llx_contrat; 333 334 drop table if exists llx_paiement; 335 336 drop table if exists llx_c_pays ; 337 338 drop table if exists llx_projet; 339 340 drop table if exists llx_societe; 341 342 drop table if exists llx_user; 343 344 -- historique 345 346 drop table if exists c_actioncomm; 347 drop table if exists c_chargesociales; 348 drop table if exists c_effectif; 349 drop table if exists c_paiement; 350 drop table if exists c_pays; 351 drop table if exists c_propalst; 352 drop table if exists c_stcomm; 353 drop table if exists c_typent;
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 12:29:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |