操作记录表索引修改
This commit is contained in:
@@ -39,6 +39,6 @@ func (v *OperateEventDetail) TableIndex() [][]string {
|
|||||||
|
|
||||||
func (*OperateEventDetail) TableUnique() [][]string {
|
func (*OperateEventDetail) TableUnique() [][]string {
|
||||||
return [][]string{
|
return [][]string{
|
||||||
[]string{"ThingID", "StoreID"},
|
[]string{"ThingID", "StoreID", "AccessUUID"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user