Ajout des tables manquantes dans le script de conversion en innodb.
This commit is contained in:
parent
6166fcd20c
commit
39dfa2094a
@ -174,4 +174,23 @@ alter table llx_voyage type=INNODB;
|
||||
|
||||
alter table llx_voyage_reduc type=INNODB;
|
||||
|
||||
alter table llx_bank_url type=INNODB;
|
||||
|
||||
alter table llx_birthday_alert type=INNODB;
|
||||
|
||||
alter table llx_c_actioncomm type=INNODB;
|
||||
|
||||
alter table llx_co_fa type=INNODB;
|
||||
|
||||
alter table llx_entrepot type=INNODB;
|
||||
|
||||
alter table llx_facture_rec type=INNODB;
|
||||
|
||||
alter table llx_facturedet_rec type=INNODB;
|
||||
|
||||
alter table llx_product_fournisseur type=INNODB;
|
||||
|
||||
alter table llx_product_stock type=INNODB;
|
||||
|
||||
alter table llx_stock_mouvement type=INNODB;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user