Fix: Corrections diverses sur les sql de mysql.

This commit is contained in:
Laurent Destailleur 2005-03-04 22:41:22 +00:00
parent 3c35a039bb
commit 41e2311770
2 changed files with 2 additions and 2 deletions

View File

@ -39,5 +39,5 @@ create table llx_facture_rec
note text,
INDEX fksoc (fk_soc)
INDEX idx_facture_rec_fksoc (fk_soc)
)type=innodb;

View File

@ -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;