删除事务,修改索引

This commit is contained in:
苏尹岚
2020-01-08 09:46:05 +08:00
parent 743238b9ec
commit f5e8860b0a
2 changed files with 5 additions and 4 deletions

View File

@@ -475,7 +475,8 @@ type PriceReferSnapshot struct {
func (*PriceReferSnapshot) TableUnique() [][]string {
return [][]string{
[]string{"CityCode", "NameID", "SkuID", "SnapshotAt"},
[]string{"CityCode", "SkuID", "SnapshotAt"},
[]string{"CityCode", "NameID", "SnapshotAt"},
}
}