Modif des clefs

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 14:49:48 +00:00
parent 8bf14096bd
commit 60436f3535

View File

@ -26,5 +26,6 @@ create table llx_paiement_facture
fk_facture integer,
amount real default 0,
unique key (fk_paiement,fk_facture)
key (fk_paiement),
key (fk_facture)
)type=innodb;