From aef63f969829df9171681cf8dafa3f18a466b9d6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jan 2004 17:41:12 +0000 Subject: [PATCH] Modif index sur numero de facture --- mysql/tables/llx_facture_fourn.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_facture_fourn.sql b/mysql/tables/llx_facture_fourn.sql index f24acd7f7ed..4ad890a4cf6 100644 --- a/mysql/tables/llx_facture_fourn.sql +++ b/mysql/tables/llx_facture_fourn.sql @@ -44,5 +44,5 @@ create table llx_facture_fourn note text, - UNIQUE INDEX (facnumber) + UNIQUE INDEX (facnumber, fk_soc) );