forked from Wavyzz/dolibarr
Fix: Index de table non nomme provoque creation en n instances doublons
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user