From 41e231177059d8a8442c31899c5b2adb24f70650 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Mar 2005 22:41:22 +0000 Subject: [PATCH] Fix: Corrections diverses sur les sql de mysql. --- mysql/tables/llx_facture_rec.sql | 2 +- mysql/tables/llx_facture_tva_sum.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/tables/llx_facture_rec.sql b/mysql/tables/llx_facture_rec.sql index 22d50f3a907..3f5398afc2d 100644 --- a/mysql/tables/llx_facture_rec.sql +++ b/mysql/tables/llx_facture_rec.sql @@ -39,5 +39,5 @@ create table llx_facture_rec note text, - INDEX fksoc (fk_soc) + INDEX idx_facture_rec_fksoc (fk_soc) )type=innodb; diff --git a/mysql/tables/llx_facture_tva_sum.sql b/mysql/tables/llx_facture_tva_sum.sql index c21cc0e4c96..837d11aadfc 100644 --- a/mysql/tables/llx_facture_tva_sum.sql +++ b/mysql/tables/llx_facture_tva_sum.sql @@ -23,5 +23,5 @@ create table llx_facture_tva_sum ( fk_facture integer NOT NULL, amount real NOT NULL, - tva_tx real NOT NULL, + tva_tx real NOT NULL )type=innodb;