Update llx_c_shipment_mode.key.sql

This commit is contained in:
Laurent Destailleur 2019-05-08 01:57:39 +02:00 committed by GitHub
parent 249893a4ab
commit 95bb8a1f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@
--
-- ===================================================================
ALTER TABLE llx_c_shipment_mode ADD UNIQUE INDEX uk_c_shipment_mode (entity, code);
ALTER TABLE llx_c_shipment_mode ADD UNIQUE INDEX uk_c_shipment_mode (code, entity);