diff --git a/mysql/tables/llx_action_def.sql b/mysql/tables/llx_action_def.sql index 6647c199e59..59a9c89cdc4 100644 --- a/mysql/tables/llx_action_def.sql +++ b/mysql/tables/llx_action_def.sql @@ -27,4 +27,4 @@ create table llx_action_def titre varchar(255) NOT NULL, description text, objet_type enum('ficheinter','facture','propale') -); +)type=innodb; diff --git a/mysql/tables/llx_actioncomm.sql b/mysql/tables/llx_actioncomm.sql index 90760b3564a..913df6d0433 100644 --- a/mysql/tables/llx_actioncomm.sql +++ b/mysql/tables/llx_actioncomm.sql @@ -37,7 +37,7 @@ create table llx_actioncomm note text, propalrowid integer, fk_facture integer -); +)type=innodb; diff --git a/mysql/tables/llx_adherent.sql b/mysql/tables/llx_adherent.sql index 485add63470..6731389de7e 100644 --- a/mysql/tables/llx_adherent.sql +++ b/mysql/tables/llx_adherent.sql @@ -1,5 +1,5 @@ -- =================================================================== --- Copyright (C) 2002-2003 Rodolphe Quiedeville +-- Copyright (C) 2002-2004 Rodolphe Quiedeville -- Copyright (C) 2002-2003 Jean-Louis Bergamo -- -- This program is free software; you can redistribute it and/or modify @@ -54,4 +54,4 @@ create table llx_adherent note text, UNIQUE INDEX(login) -); +)type=innodb; diff --git a/mysql/tables/llx_adherent_options.sql b/mysql/tables/llx_adherent_options.sql index 8d28decb73d..881cc1f066e 100644 --- a/mysql/tables/llx_adherent_options.sql +++ b/mysql/tables/llx_adherent_options.sql @@ -30,4 +30,4 @@ create table llx_adherent_options -- teljob varchar(15) UNIQUE INDEX(adhid) -); +)type=innodb; diff --git a/mysql/tables/llx_adherent_options_label.sql b/mysql/tables/llx_adherent_options_label.sql index ef177773aaf..7a7e24c3663 100644 --- a/mysql/tables/llx_adherent_options_label.sql +++ b/mysql/tables/llx_adherent_options_label.sql @@ -26,4 +26,4 @@ create table llx_adherent_options_label name varchar(64) PRIMARY KEY, -- nom de l'attribut tms timestamp, label varchar(255) NOT NULL -- label correspondant a l'attribut -); +)type=innodb; diff --git a/mysql/tables/llx_adherent_type.sql b/mysql/tables/llx_adherent_type.sql index 41b4147da1f..0a3aaf1aecc 100644 --- a/mysql/tables/llx_adherent_type.sql +++ b/mysql/tables/llx_adherent_type.sql @@ -35,4 +35,4 @@ create table llx_adherent_type vote enum('yes','no') NOT NULL DEFAULT 'yes', note text, mail_valid text -- mail envoye a la validation -); +)type=innodb; diff --git a/mysql/tables/llx_album.sql b/mysql/tables/llx_album.sql index 0c410e0e255..0b626fb4135 100644 --- a/mysql/tables/llx_album.sql +++ b/mysql/tables/llx_album.sql @@ -31,5 +31,5 @@ create table llx_album description text, collectif tinyint, fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_album_to_groupart.sql b/mysql/tables/llx_album_to_groupart.sql index dcb6dfa22fc..8fbee34daab 100644 --- a/mysql/tables/llx_album_to_groupart.sql +++ b/mysql/tables/llx_album_to_groupart.sql @@ -26,5 +26,5 @@ create table llx_album_to_groupart fk_groupart integer NOT NULL, unique key(fk_album, fk_groupart) -); +)type=innodb; diff --git a/mysql/tables/llx_appro.sql b/mysql/tables/llx_appro.sql index 411619ead9c..f97e1362d03 100644 --- a/mysql/tables/llx_appro.sql +++ b/mysql/tables/llx_appro.sql @@ -29,5 +29,5 @@ create table llx_appro quantity smallint unsigned NOT NULL, price real, fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_auteur.sql b/mysql/tables/llx_auteur.sql index 31b3022d236..7a54b458c1c 100644 --- a/mysql/tables/llx_auteur.sql +++ b/mysql/tables/llx_auteur.sql @@ -27,4 +27,4 @@ create table llx_auteur tms timestamp, nom varchar(255), fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_bank.sql b/mysql/tables/llx_bank.sql index 554f96473e4..782d283ff38 100644 --- a/mysql/tables/llx_bank.sql +++ b/mysql/tables/llx_bank.sql @@ -39,4 +39,4 @@ create table llx_bank author varchar(40) -- a supprimer apres migration -); +)type=innodb; diff --git a/mysql/tables/llx_bank_account.sql b/mysql/tables/llx_bank_account.sql index 1aafcf2f862..c50cec3c6d2 100644 --- a/mysql/tables/llx_bank_account.sql +++ b/mysql/tables/llx_bank_account.sql @@ -1,5 +1,5 @@ -- ============================================================================= --- Copyright (C) 2000-2003 Rodolphe Quiedeville +-- Copyright (C) 2000-2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify @@ -43,4 +43,4 @@ create table llx_bank_account adresse_proprio varchar(255), courant smallint default 0 not null, clos smallint default 0 not null -); +)type=innodb; diff --git a/mysql/tables/llx_bank_categ.sql b/mysql/tables/llx_bank_categ.sql index b1bc039f3ed..5e98c34eaa3 100644 --- a/mysql/tables/llx_bank_categ.sql +++ b/mysql/tables/llx_bank_categ.sql @@ -22,4 +22,4 @@ create table llx_bank_categ ( rowid integer AUTO_INCREMENT PRIMARY KEY, label varchar(255) -); +)type=innodb; diff --git a/mysql/tables/llx_bank_class.sql b/mysql/tables/llx_bank_class.sql index 9a61a72e740..f9ea052fa6c 100644 --- a/mysql/tables/llx_bank_class.sql +++ b/mysql/tables/llx_bank_class.sql @@ -24,4 +24,4 @@ create table llx_bank_class fk_categ integer not null, INDEX(lineid) -); +)type=innodb; diff --git a/mysql/tables/llx_bank_url.sql b/mysql/tables/llx_bank_url.sql index a9e79414963..36ef607dfc9 100644 --- a/mysql/tables/llx_bank_url.sql +++ b/mysql/tables/llx_bank_url.sql @@ -27,4 +27,4 @@ create table llx_bank_url url_id integer, url varchar(255), label varchar(255) -); +)type=innodb; diff --git a/mysql/tables/llx_birthday_alert.sql b/mysql/tables/llx_birthday_alert.sql index 80e24af3c9a..35cced2240a 100644 --- a/mysql/tables/llx_birthday_alert.sql +++ b/mysql/tables/llx_birthday_alert.sql @@ -25,4 +25,4 @@ create table llx_birthday_alert rowid integer AUTO_INCREMENT PRIMARY KEY, fk_contact integer, -- pointe sur llx_socpeople fk_user integer -); +)type=innodb; diff --git a/mysql/tables/llx_bookmark.sql b/mysql/tables/llx_bookmark.sql index 105f2d89639..a0d897bb8da 100644 --- a/mysql/tables/llx_bookmark.sql +++ b/mysql/tables/llx_bookmark.sql @@ -24,4 +24,4 @@ create table llx_bookmark fk_soc integer, fk_user integer, dateb datetime -); +)type=innodb; diff --git a/mysql/tables/llx_boxes.sql b/mysql/tables/llx_boxes.sql index c2221965303..a393fe1ac6a 100644 --- a/mysql/tables/llx_boxes.sql +++ b/mysql/tables/llx_boxes.sql @@ -30,4 +30,4 @@ create table llx_boxes box_id integer NOT NULL, position smallint NOT NULL -); +)type=innodb; diff --git a/mysql/tables/llx_boxes_def.sql b/mysql/tables/llx_boxes_def.sql index 7f2f4231a5f..154ab76dbfa 100644 --- a/mysql/tables/llx_boxes_def.sql +++ b/mysql/tables/llx_boxes_def.sql @@ -26,4 +26,4 @@ create table llx_boxes_def name varchar(255) NOT NULL, file varchar(255) NOT NULL, note text -); +)type=innodb; diff --git a/mysql/tables/llx_c_actioncomm.sql b/mysql/tables/llx_c_actioncomm.sql index 5e3152140da..51000558556 100644 --- a/mysql/tables/llx_c_actioncomm.sql +++ b/mysql/tables/llx_c_actioncomm.sql @@ -25,4 +25,4 @@ create table llx_c_actioncomm id integer PRIMARY KEY, libelle varchar(30), todo tinyint -); +)type=innodb; diff --git a/mysql/tables/llx_c_chargesociales.sql b/mysql/tables/llx_c_chargesociales.sql index bedcad86c37..480d56de012 100644 --- a/mysql/tables/llx_c_chargesociales.sql +++ b/mysql/tables/llx_c_chargesociales.sql @@ -25,7 +25,7 @@ create table llx_c_chargesociales id integer PRIMARY KEY, libelle varchar(80), deductible smallint NOT NULL default 0 -); +)type=innodb; diff --git a/mysql/tables/llx_c_effectif.sql b/mysql/tables/llx_c_effectif.sql index 6ece35a34a3..13907ab4abf 100644 --- a/mysql/tables/llx_c_effectif.sql +++ b/mysql/tables/llx_c_effectif.sql @@ -24,5 +24,5 @@ create table llx_c_effectif ( id integer PRIMARY KEY, libelle varchar(30) -); +)type=innodb; diff --git a/mysql/tables/llx_c_paiement.sql b/mysql/tables/llx_c_paiement.sql index 4cda6173e23..6936c5332fd 100644 --- a/mysql/tables/llx_c_paiement.sql +++ b/mysql/tables/llx_c_paiement.sql @@ -31,7 +31,7 @@ create table llx_c_paiement id integer PRIMARY KEY, libelle varchar(30), type smallint -); +)type=innodb; diff --git a/mysql/tables/llx_c_pays.sql b/mysql/tables/llx_c_pays.sql index 6522fc104e9..27a30597e54 100644 --- a/mysql/tables/llx_c_pays.sql +++ b/mysql/tables/llx_c_pays.sql @@ -25,6 +25,6 @@ create table llx_c_pays id integer PRIMARY KEY, libelle varchar(25), code char(2) NOT NULL -); +)type=innodb; diff --git a/mysql/tables/llx_c_propalst.sql b/mysql/tables/llx_c_propalst.sql index ed86e37ac48..9d79e7b9da8 100644 --- a/mysql/tables/llx_c_propalst.sql +++ b/mysql/tables/llx_c_propalst.sql @@ -24,5 +24,5 @@ create table llx_c_propalst ( id smallint PRIMARY KEY, label varchar(30) -); +)type=innodb; diff --git a/mysql/tables/llx_c_stcomm.sql b/mysql/tables/llx_c_stcomm.sql index b3e4dfcca9a..e85fecca75e 100644 --- a/mysql/tables/llx_c_stcomm.sql +++ b/mysql/tables/llx_c_stcomm.sql @@ -24,5 +24,5 @@ create table llx_c_stcomm ( id integer PRIMARY KEY, libelle varchar(30) -); +)type=innodb; diff --git a/mysql/tables/llx_c_typent.sql b/mysql/tables/llx_c_typent.sql index 04fd1e683ee..a6e1407e2dc 100644 --- a/mysql/tables/llx_c_typent.sql +++ b/mysql/tables/llx_c_typent.sql @@ -24,4 +24,4 @@ create table llx_c_typent ( id integer PRIMARY KEY, libelle varchar(30) -); +)type=innodb; diff --git a/mysql/tables/llx_chargesociales.sql b/mysql/tables/llx_chargesociales.sql index 901e8c3dfa4..6c1796ed93d 100644 --- a/mysql/tables/llx_chargesociales.sql +++ b/mysql/tables/llx_chargesociales.sql @@ -30,7 +30,7 @@ create table llx_chargesociales amount real default 0 NOT NULL, paye smallint default 0 NOT NULL, periode date -); +)type=innodb; diff --git a/mysql/tables/llx_co_fa.sql b/mysql/tables/llx_co_fa.sql index c60f7d25e5d..f628d39cd34 100644 --- a/mysql/tables/llx_co_fa.sql +++ b/mysql/tables/llx_co_fa.sql @@ -27,4 +27,4 @@ create table llx_co_fa key(fk_commande), key(fk_facture) -); +)type=innodb; diff --git a/mysql/tables/llx_co_pr.sql b/mysql/tables/llx_co_pr.sql index 61d2332faa8..888cce359e1 100644 --- a/mysql/tables/llx_co_pr.sql +++ b/mysql/tables/llx_co_pr.sql @@ -24,4 +24,4 @@ create table llx_co_pr rowid integer AUTO_INCREMENT PRIMARY KEY, fk_commande integer, fk_propale integer -); +)type=innodb; diff --git a/mysql/tables/llx_commande.sql b/mysql/tables/llx_commande.sql index 3cb3c4a224d..228d225678c 100644 --- a/mysql/tables/llx_commande.sql +++ b/mysql/tables/llx_commande.sql @@ -47,4 +47,4 @@ create table llx_commande model_pdf varchar(50), facture tinyint default 0, UNIQUE INDEX (ref) -); +)type=innodb; diff --git a/mysql/tables/llx_commandedet.sql b/mysql/tables/llx_commandedet.sql index a89039c7cfa..f44d869846b 100644 --- a/mysql/tables/llx_commandedet.sql +++ b/mysql/tables/llx_commandedet.sql @@ -32,4 +32,4 @@ create table llx_commandedet remise real default 0, -- montant de la remise subprice real, -- prix avant remise price real -- prix final -); +)type=innodb; diff --git a/mysql/tables/llx_compta.sql b/mysql/tables/llx_compta.sql index d2e790ec3a6..6386d7b64d4 100644 --- a/mysql/tables/llx_compta.sql +++ b/mysql/tables/llx_compta.sql @@ -33,4 +33,4 @@ create table llx_compta valid tinyint default 0, note text -); +)type=innodb; diff --git a/mysql/tables/llx_compta_account.sql b/mysql/tables/llx_compta_account.sql index df108eb44e1..0b5c220da4a 100644 --- a/mysql/tables/llx_compta_account.sql +++ b/mysql/tables/llx_compta_account.sql @@ -29,4 +29,4 @@ create table llx_compta_account fk_user_author integer, note text -); +)type=innodb; diff --git a/mysql/tables/llx_concert.sql b/mysql/tables/llx_concert.sql index d7714d6a2ca..94cc5ddf951 100644 --- a/mysql/tables/llx_concert.sql +++ b/mysql/tables/llx_concert.sql @@ -30,5 +30,5 @@ create table llx_concert fk_groupart integer, fk_lieu_concert integer, fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_cond_reglement.sql b/mysql/tables/llx_cond_reglement.sql index aba88b7f1c5..14dbff02b5b 100644 --- a/mysql/tables/llx_cond_reglement.sql +++ b/mysql/tables/llx_cond_reglement.sql @@ -29,4 +29,4 @@ create table llx_cond_reglement libelle_facture text, fdm tinyint, -- reglement fin de mois nbjour smallint -); +)type=innodb; diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index e43d3378937..2eb0dee7ca0 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -34,4 +34,4 @@ create table llx_const note text, UNIQUE INDEX(name) -); +)type=innodb; diff --git a/mysql/tables/llx_contrat.sql b/mysql/tables/llx_contrat.sql index 5ecea9a7b02..f18b911b3dd 100644 --- a/mysql/tables/llx_contrat.sql +++ b/mysql/tables/llx_contrat.sql @@ -34,5 +34,5 @@ create table llx_contrat fk_user_author integer NOT NULL, fk_user_mise_en_service integer NOT NULL, fk_user_cloture integer NOT NULL -); +)type=innodb; diff --git a/mysql/tables/llx_cotisation.sql b/mysql/tables/llx_cotisation.sql index f5ca7785ee5..2f2448577fd 100644 --- a/mysql/tables/llx_cotisation.sql +++ b/mysql/tables/llx_cotisation.sql @@ -29,4 +29,4 @@ create table llx_cotisation cotisation real, fk_bank int(11) default NULL, note text -); +)type=innodb; diff --git a/mysql/tables/llx_deplacement.sql b/mysql/tables/llx_deplacement.sql index bcca1a0a3ba..26cdebbfcc0 100644 --- a/mysql/tables/llx_deplacement.sql +++ b/mysql/tables/llx_deplacement.sql @@ -32,4 +32,4 @@ create table llx_deplacement km smallint, fk_soc integer, note text -); +)type=innodb; diff --git a/mysql/tables/llx_domain.sql b/mysql/tables/llx_domain.sql index 8e313ce0e52..38a9872f191 100644 --- a/mysql/tables/llx_domain.sql +++ b/mysql/tables/llx_domain.sql @@ -26,5 +26,5 @@ create table llx_domain datec datetime, label varchar(255), note text -); +)type=innodb; diff --git a/mysql/tables/llx_don.sql b/mysql/tables/llx_don.sql index 80e70170bca..5ae43faf2c0 100644 --- a/mysql/tables/llx_don.sql +++ b/mysql/tables/llx_don.sql @@ -42,4 +42,4 @@ create table llx_don fk_user_author integer NOT NULL, fk_user_valid integer NOT NULL, note text -); +)type=innodb; diff --git a/mysql/tables/llx_don_projet.sql b/mysql/tables/llx_don_projet.sql index 5cd14ea99cd..ff9e6e2b718 100644 --- a/mysql/tables/llx_don_projet.sql +++ b/mysql/tables/llx_don_projet.sql @@ -28,4 +28,4 @@ create table llx_don_projet libelle varchar(255), fk_user_author integer NOT NULL, note text -); +)type=innodb; diff --git a/mysql/tables/llx_editeur.sql b/mysql/tables/llx_editeur.sql index ee9e3dd45bf..fa3ad2e330e 100644 --- a/mysql/tables/llx_editeur.sql +++ b/mysql/tables/llx_editeur.sql @@ -27,5 +27,5 @@ create table llx_editeur tms timestamp, nom varchar(255), fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index 7f38cd2109c..ad2667c2fe0 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -29,5 +29,5 @@ create table llx_entrepot description text, statut tinyint default 1, -- 1 ouvert, 0 fermé fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_expedition.sql b/mysql/tables/llx_expedition.sql index 63d361c270e..364affd026a 100644 --- a/mysql/tables/llx_expedition.sql +++ b/mysql/tables/llx_expedition.sql @@ -40,4 +40,4 @@ create table llx_expedition UNIQUE INDEX (ref), key(fk_expedition_methode), key(fk_commande) -); +)type=innodb; diff --git a/mysql/tables/llx_expedition_methode.sql b/mysql/tables/llx_expedition_methode.sql index a0a58686d39..120fd0ebe85 100644 --- a/mysql/tables/llx_expedition_methode.sql +++ b/mysql/tables/llx_expedition_methode.sql @@ -28,4 +28,4 @@ create table llx_expedition_methode libelle varchar(50) NOT NULL, description text, statut tinyint default 0 -); +)type=innodb; diff --git a/mysql/tables/llx_expeditiondet.sql b/mysql/tables/llx_expeditiondet.sql index 71cda5f4be2..4e6851f41ad 100644 --- a/mysql/tables/llx_expeditiondet.sql +++ b/mysql/tables/llx_expeditiondet.sql @@ -28,4 +28,4 @@ create table llx_expeditiondet key(fk_expedition), key(fk_commande_ligne) -); +)type=innodb; diff --git a/mysql/tables/llx_fa_pr.sql b/mysql/tables/llx_fa_pr.sql index 757ba38379e..5940b62ecab 100644 --- a/mysql/tables/llx_fa_pr.sql +++ b/mysql/tables/llx_fa_pr.sql @@ -24,4 +24,4 @@ create table llx_fa_pr rowid integer AUTO_INCREMENT PRIMARY KEY, fk_facture integer, fk_propal integer -); +)type=innodb; diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index 336bf394e33..057245accc2 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -45,4 +45,4 @@ create table llx_facture UNIQUE INDEX (facnumber), INDEX fksoc (fk_soc) -); +)type=innodb; diff --git a/mysql/tables/llx_facture_fourn.sql b/mysql/tables/llx_facture_fourn.sql index 4ad890a4cf6..b7844864e51 100644 --- a/mysql/tables/llx_facture_fourn.sql +++ b/mysql/tables/llx_facture_fourn.sql @@ -45,4 +45,4 @@ create table llx_facture_fourn note text, UNIQUE INDEX (facnumber, fk_soc) -); +)type=innodb; diff --git a/mysql/tables/llx_facture_fourn_det.sql b/mysql/tables/llx_facture_fourn_det.sql index 964e6eefadb..ecf5cdca649 100644 --- a/mysql/tables/llx_facture_fourn_det.sql +++ b/mysql/tables/llx_facture_fourn_det.sql @@ -32,4 +32,4 @@ create table llx_facture_fourn_det tva real default 0, total_ttc real default 0 -); +)type=innodb; diff --git a/mysql/tables/llx_facture_rec.sql b/mysql/tables/llx_facture_rec.sql index 874c6f75eae..77e15beba15 100644 --- a/mysql/tables/llx_facture_rec.sql +++ b/mysql/tables/llx_facture_rec.sql @@ -40,4 +40,4 @@ create table llx_facture_rec note text, INDEX fksoc (fk_soc) -); +)type=innodb; diff --git a/mysql/tables/llx_facture_tva_sum.sql b/mysql/tables/llx_facture_tva_sum.sql index aa8b5a13f88..95803cc2fd6 100644 --- a/mysql/tables/llx_facture_tva_sum.sql +++ b/mysql/tables/llx_facture_tva_sum.sql @@ -26,4 +26,4 @@ create table llx_facture_tva_sum tva_tx real NOT NULL, KEY(fk_facture) -); +)type=innodb; diff --git a/mysql/tables/llx_facturedet.sql b/mysql/tables/llx_facturedet.sql index 4f0ffbfcfca..3b998e9943c 100644 --- a/mysql/tables/llx_facturedet.sql +++ b/mysql/tables/llx_facturedet.sql @@ -31,4 +31,4 @@ create table llx_facturedet remise real default 0, -- montant de la remise subprice real, -- prix avant remise price real -- prix final -); +)type=innodb; diff --git a/mysql/tables/llx_facturedet_rec.sql b/mysql/tables/llx_facturedet_rec.sql index f87d79e9aa9..cd2faeba25a 100644 --- a/mysql/tables/llx_facturedet_rec.sql +++ b/mysql/tables/llx_facturedet_rec.sql @@ -31,4 +31,4 @@ create table llx_facturedet_rec remise real default 0, -- montant de la remise subprice real, -- prix avant remise price real -- prix final -); +)type=innodb; diff --git a/mysql/tables/llx_fichinter.sql b/mysql/tables/llx_fichinter.sql index 3469752f992..f1cd68a22b9 100644 --- a/mysql/tables/llx_fichinter.sql +++ b/mysql/tables/llx_fichinter.sql @@ -36,4 +36,4 @@ create table llx_fichinter note text, UNIQUE INDEX (ref) -); +)type=innodb; diff --git a/mysql/tables/llx_groupart.sql b/mysql/tables/llx_groupart.sql index d230599622e..fd3b6cf6a87 100644 --- a/mysql/tables/llx_groupart.sql +++ b/mysql/tables/llx_groupart.sql @@ -29,5 +29,5 @@ create table llx_groupart groupart enum("artiste","groupe") NOT NULL, description text NOT NULL, fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_lieu_concert.sql b/mysql/tables/llx_lieu_concert.sql index 88408a7da74..d79041743b4 100644 --- a/mysql/tables/llx_lieu_concert.sql +++ b/mysql/tables/llx_lieu_concert.sql @@ -28,5 +28,5 @@ create table llx_lieu_concert description text, ville varchar(64) NOT NULL, fk_user_author integer -); +)type=innodb; diff --git a/mysql/tables/llx_livre.sql b/mysql/tables/llx_livre.sql index e2c86bb416f..4cecd08ed9f 100644 --- a/mysql/tables/llx_livre.sql +++ b/mysql/tables/llx_livre.sql @@ -37,5 +37,5 @@ create table llx_livre frais_de_port tinyint default 1, UNIQUE(ref) -); +)type=innodb; diff --git a/mysql/tables/llx_livre_to_auteur.sql b/mysql/tables/llx_livre_to_auteur.sql index 419cbcf55bc..8e5b774467f 100644 --- a/mysql/tables/llx_livre_to_auteur.sql +++ b/mysql/tables/llx_livre_to_auteur.sql @@ -26,4 +26,4 @@ create table llx_livre_to_auteur fk_auteur integer NOT NULL, unique index (fk_livre, fk_auteur) -); +)type=innodb; diff --git a/mysql/tables/llx_newsletter.sql b/mysql/tables/llx_newsletter.sql index ab45b20c212..d2a583b300a 100644 --- a/mysql/tables/llx_newsletter.sql +++ b/mysql/tables/llx_newsletter.sql @@ -41,5 +41,5 @@ create table llx_newsletter fk_user_author integer, fk_user_valid integer, fk_user_modif integer -); +)type=innodb; diff --git a/mysql/tables/llx_notify.sql b/mysql/tables/llx_notify.sql index f92b6718072..0102b2b5641 100644 --- a/mysql/tables/llx_notify.sql +++ b/mysql/tables/llx_notify.sql @@ -29,4 +29,4 @@ create table llx_notify fk_contact integer NOT NULL, objet_type enum('ficheinter','facture','propale'), objet_id integer NOT NULL -); +)type=innodb; diff --git a/mysql/tables/llx_notify_def.sql b/mysql/tables/llx_notify_def.sql index 3f9d457cb1e..75927147863 100644 --- a/mysql/tables/llx_notify_def.sql +++ b/mysql/tables/llx_notify_def.sql @@ -28,4 +28,4 @@ create table llx_notify_def fk_action integer NOT NULL, fk_soc integer NOT NULL, fk_contact integer NOT NULL -); +)type=innodb; diff --git a/mysql/tables/llx_paiement.sql b/mysql/tables/llx_paiement.sql index f4f82a98c1c..401adc491e8 100644 --- a/mysql/tables/llx_paiement.sql +++ b/mysql/tables/llx_paiement.sql @@ -1,5 +1,5 @@ -- =================================================================== --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify @@ -31,5 +31,5 @@ create table llx_paiement fk_paiement integer NOT NULL, num_paiement varchar(50), note text, - fk_bank integer NOT NULL -); + fk_bank integer NOT NULL +)type=innodb; diff --git a/mysql/tables/llx_paiement_facture.sql b/mysql/tables/llx_paiement_facture.sql index bb34dbd33a8..d007e77d299 100644 --- a/mysql/tables/llx_paiement_facture.sql +++ b/mysql/tables/llx_paiement_facture.sql @@ -26,4 +26,4 @@ create table llx_paiement_facture fk_facture integer, unique key (fk_paiement,fk_facture) -); +)type=innodb; diff --git a/mysql/tables/llx_paiementfourn.sql b/mysql/tables/llx_paiementfourn.sql index ef078601fb0..b11b5d93671 100644 --- a/mysql/tables/llx_paiementfourn.sql +++ b/mysql/tables/llx_paiementfourn.sql @@ -1,5 +1,5 @@ -- =================================================================== --- Copyright (C) 2003 Rodolphe Quiedeville +-- Copyright (C) 2003-2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- -- This program is free software; you can redistribute it and/or modify @@ -32,5 +32,5 @@ create table llx_paiementfourn fk_paiement integer NOT NULL, -- moyen de paiement num_paiement varchar(50), -- numéro de paiement (cheque) note text, - fk_bank integer NOT NULL -); + fk_bank integer NOT NULL +)type=innodb; diff --git a/mysql/tables/llx_pointmort.sql b/mysql/tables/llx_pointmort.sql index ead29a869a7..ee9ca0506af 100644 --- a/mysql/tables/llx_pointmort.sql +++ b/mysql/tables/llx_pointmort.sql @@ -23,5 +23,5 @@ create table llx_pointmort ( month datetime, amount real -); +)type=innodb; diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index e43bfbed9d2..5c633fd622e 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -39,7 +39,7 @@ create table llx_product stock_commande integer default 0, seuil_stock_alerte integer default 0 -); +)type=innodb; diff --git a/mysql/tables/llx_product_fournisseur.sql b/mysql/tables/llx_product_fournisseur.sql index e55896f740a..9a0021f63e0 100644 --- a/mysql/tables/llx_product_fournisseur.sql +++ b/mysql/tables/llx_product_fournisseur.sql @@ -32,5 +32,5 @@ create table llx_product_fournisseur key(fk_product), key(fk_soc) -); +)type=innodb; diff --git a/mysql/tables/llx_product_price.sql b/mysql/tables/llx_product_price.sql index 432624dafec..d91ff57125c 100644 --- a/mysql/tables/llx_product_price.sql +++ b/mysql/tables/llx_product_price.sql @@ -30,5 +30,5 @@ create table llx_product_price tva_tx double default 19.6, fk_user_author integer, envente tinyint default 1 -); +)type=innodb; diff --git a/mysql/tables/llx_product_stock.sql b/mysql/tables/llx_product_stock.sql index 5da4a3ca4b1..bc8c6b79072 100644 --- a/mysql/tables/llx_product_stock.sql +++ b/mysql/tables/llx_product_stock.sql @@ -30,5 +30,5 @@ create table llx_product_stock key(fk_product), key(fk_entrepot) -); +)type=innodb; diff --git a/mysql/tables/llx_projet.sql b/mysql/tables/llx_projet.sql index fa7e97c535d..72c4a1d30f7 100644 --- a/mysql/tables/llx_projet.sql +++ b/mysql/tables/llx_projet.sql @@ -35,4 +35,4 @@ create table llx_projet UNIQUE INDEX(ref) -); +)type=innodb; diff --git a/mysql/tables/llx_propal.sql b/mysql/tables/llx_propal.sql index b3ede8f3081..62d3577cfeb 100644 --- a/mysql/tables/llx_propal.sql +++ b/mysql/tables/llx_propal.sql @@ -44,4 +44,4 @@ create table llx_propal note text, model_pdf varchar(50), UNIQUE INDEX (ref) -); +)type=innodb; diff --git a/mysql/tables/llx_propal_model_pdf.sql b/mysql/tables/llx_propal_model_pdf.sql index d4f0a3713de..dc89ebc6ca5 100644 --- a/mysql/tables/llx_propal_model_pdf.sql +++ b/mysql/tables/llx_propal_model_pdf.sql @@ -27,4 +27,4 @@ create table llx_propal_model_pdf nom varchar(50) PRIMARY KEY, libelle varchar(255), description text -); +)type=innodb; diff --git a/mysql/tables/llx_propaldet.sql b/mysql/tables/llx_propaldet.sql index 69167f3583d..4d4b7822d3e 100644 --- a/mysql/tables/llx_propaldet.sql +++ b/mysql/tables/llx_propaldet.sql @@ -31,4 +31,4 @@ create table llx_propaldet remise real default 0, -- montant de la remise subprice real, -- prix avant remise price real -- prix final -); +)type=innodb; diff --git a/mysql/tables/llx_rights_def.sql b/mysql/tables/llx_rights_def.sql index e03abf46e87..0211d93808f 100644 --- a/mysql/tables/llx_rights_def.sql +++ b/mysql/tables/llx_rights_def.sql @@ -27,5 +27,5 @@ create table llx_rights_def module varchar(12), type enum('r','w','m','d','a'), bydefault tinyint default 0 -); +)type=innodb; diff --git a/mysql/tables/llx_soc_events.sql b/mysql/tables/llx_soc_events.sql index d59f8aba0be..c72d16cc487 100644 --- a/mysql/tables/llx_soc_events.sql +++ b/mysql/tables/llx_soc_events.sql @@ -28,4 +28,4 @@ create table llx_soc_events title varchar(100) NOT NULL, url varchar(255), description text -); +)type=innodb; diff --git a/mysql/tables/llx_soc_recontact.sql b/mysql/tables/llx_soc_recontact.sql index 2a30b2d1450..4071eb9e546 100644 --- a/mysql/tables/llx_soc_recontact.sql +++ b/mysql/tables/llx_soc_recontact.sql @@ -28,4 +28,4 @@ create table llx_soc_recontact fk_soc integer, datere datetime, author varchar(15) -); +)type=innodb; diff --git a/mysql/tables/llx_societe.sql b/mysql/tables/llx_societe.sql index 50b6d602389..4f0abe5fd49 100644 --- a/mysql/tables/llx_societe.sql +++ b/mysql/tables/llx_societe.sql @@ -54,5 +54,5 @@ create table llx_societe fournisseur smallint default 0, -- fournisseur oui/non UNIQUE INDEX(prefix_comm) -); +)type=innodb; diff --git a/mysql/tables/llx_socpeople.sql b/mysql/tables/llx_socpeople.sql index 8d2ca883526..cc9944406a8 100644 --- a/mysql/tables/llx_socpeople.sql +++ b/mysql/tables/llx_socpeople.sql @@ -39,4 +39,4 @@ create table llx_socpeople jabberid varchar(255), fk_user integer default 0, note text -); +)type=innodb; diff --git a/mysql/tables/llx_socstatutlog.sql b/mysql/tables/llx_socstatutlog.sql index bf6cc52d96d..9994243efb3 100644 --- a/mysql/tables/llx_socstatutlog.sql +++ b/mysql/tables/llx_socstatutlog.sql @@ -27,4 +27,4 @@ create table llx_socstatutlog fk_soc integer, fk_statut integer, author varchar(30) -); +)type=innodb; diff --git a/mysql/tables/llx_sqltables.sql b/mysql/tables/llx_sqltables.sql index ea76850ddbb..66cb0d3b83d 100644 --- a/mysql/tables/llx_sqltables.sql +++ b/mysql/tables/llx_sqltables.sql @@ -25,5 +25,5 @@ create table llx_sqltables rowid integer AUTO_INCREMENT PRIMARY KEY, name varchar(255), loaded tinyint(1) -); +)type=innodb; diff --git a/mysql/tables/llx_stock_mouvement.sql b/mysql/tables/llx_stock_mouvement.sql index 9b89e7e7719..daae5a6f808 100644 --- a/mysql/tables/llx_stock_mouvement.sql +++ b/mysql/tables/llx_stock_mouvement.sql @@ -33,5 +33,5 @@ create table llx_stock_mouvement key(fk_product), key(fk_entrepot) -); +)type=innodb; diff --git a/mysql/tables/llx_todocomm.sql b/mysql/tables/llx_todocomm.sql index 613b9481486..64a07751b62 100644 --- a/mysql/tables/llx_todocomm.sql +++ b/mysql/tables/llx_todocomm.sql @@ -34,5 +34,5 @@ create table llx_todocomm fk_contact integer, -- id du contact sur laquelle l'action -- doit etre effectuee note text -); +)type=innodb; diff --git a/mysql/tables/llx_transaction_bplc.sql b/mysql/tables/llx_transaction_bplc.sql index eac5d10ce90..974bc1694bf 100644 --- a/mysql/tables/llx_transaction_bplc.sql +++ b/mysql/tables/llx_transaction_bplc.sql @@ -33,4 +33,4 @@ create table llx_transaction_bplc code_retour integer, ref_commande integer -); +)type=innodb; diff --git a/mysql/tables/llx_tva.sql b/mysql/tables/llx_tva.sql index e400a588078..b5ade2d0016 100644 --- a/mysql/tables/llx_tva.sql +++ b/mysql/tables/llx_tva.sql @@ -29,4 +29,4 @@ create table llx_tva amount real NOT NULL default 0, label varchar(255), note text -); +)type=innodb; diff --git a/mysql/tables/llx_user.sql b/mysql/tables/llx_user.sql index 64050efd679..df07ae00527 100644 --- a/mysql/tables/llx_user.sql +++ b/mysql/tables/llx_user.sql @@ -40,4 +40,4 @@ create table llx_user note text, UNIQUE INDEX(login) -); +)type=innodb; diff --git a/mysql/tables/llx_user_rights.sql b/mysql/tables/llx_user_rights.sql index d45656eca2b..8fb3592910a 100644 --- a/mysql/tables/llx_user_rights.sql +++ b/mysql/tables/llx_user_rights.sql @@ -25,5 +25,5 @@ create table llx_user_rights fk_user integer NOT NULL, fk_id integer NOT NULL, UNIQUE(fk_user,fk_id) -); +)type=innodb; diff --git a/mysql/tables/llx_ventes.sql b/mysql/tables/llx_ventes.sql index c0700f93457..7121b26c6e0 100644 --- a/mysql/tables/llx_ventes.sql +++ b/mysql/tables/llx_ventes.sql @@ -31,4 +31,4 @@ create table llx_ventes author varchar(30), active smallint DEFAULT 0 NOT NULL, note varchar(255) -); +)type=innodb; diff --git a/mysql/tables/llx_voyage.sql b/mysql/tables/llx_voyage.sql index 7fa9558ffab..b257e7ffaaa 100644 --- a/mysql/tables/llx_voyage.sql +++ b/mysql/tables/llx_voyage.sql @@ -19,10 +19,10 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- insert into llx_voyage (date_depart, date_arrivee, amount, depart, arrivee, fk_reduc) --- values ('2002-04-21 12:05','2002-04-21 15:25',26.8,'Paris','Auray',1); +-- values ('2002-04-21 12:05','2002-04-21 15:25',26.8,'Paris','Auray',1) -- insert into llx_voyage (date_depart, date_arrivee, amount, depart, arrivee, fk_reduc) --- values ('2002-04-23 15:42','2002-04-23 19:10',26.8,'Auray','Paris',1); +-- values ('2002-04-23 15:42','2002-04-23 19:10',26.8,'Auray','Paris',1) -- =================================================================== create table llx_voyage @@ -42,4 +42,4 @@ create table llx_voyage distance integer, -- distance en kilometre dossier varchar(50), -- numero de dossier note text -); +)type=innodb; diff --git a/mysql/tables/llx_voyage_reduc.sql b/mysql/tables/llx_voyage_reduc.sql index b97a6eda0ad..f23693994a5 100644 --- a/mysql/tables/llx_voyage_reduc.sql +++ b/mysql/tables/llx_voyage_reduc.sql @@ -32,4 +32,4 @@ create table llx_voyage_reduc numero varchar(255), fk_type smallint, -- Train, Avion, Bateaux note text -); +)type=innodb;