2
0
forked from Wavyzz/dolibarr

Fix: Index de table non nomme provoque creation en n instances doublons

This commit is contained in:
Laurent Destailleur
2007-12-11 01:33:37 +00:00
parent 4950c0dbb4
commit 858ad3e320
2 changed files with 9 additions and 1 deletions

View File

@@ -18,4 +18,4 @@
-- $Id$
-- ===================================================================
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX (fk_commande);
ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX idx_commande_fournisseur_dispatch_fk_commande (fk_commande);