Fix all indexes must have a name
This commit is contained in:
parent
40852a124d
commit
088d783e03
@ -17,5 +17,5 @@
|
|||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_product_attribute_combination_price_level ADD UNIQUE( fk_product_attribute_combination, fk_price_level);
|
ALTER TABLE llx_product_attribute_combination_price_level ADD UNIQUE INDEX uk_prod_att_comb_price_level(fk_product_attribute_combination, fk_price_level);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user