第一次上传
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
ALTER TABLE `xxk_product_static_country_price`
|
||||
DROP INDEX `uk_product_country`,
|
||||
ADD UNIQUE KEY `uk_product_static_price_region` (`product_id`, `region_id`);
|
||||
Reference in New Issue
Block a user