|
@@ -24,7 +24,8 @@ import java.util.List;
|
|
|
@Data
|
|
@Data
|
|
|
@Entity
|
|
@Entity
|
|
|
@Table(name = "collection_info", indexes = {
|
|
@Table(name = "collection_info", indexes = {
|
|
|
- @Index(columnList = "type,source"),
|
|
|
|
|
|
|
+ @Index(columnList = "type"),
|
|
|
|
|
+ @Index(columnList = "source"),
|
|
|
@Index(columnList = "minterId"),
|
|
@Index(columnList = "minterId"),
|
|
|
@Index(columnList = "onShelf"),
|
|
@Index(columnList = "onShelf"),
|
|
|
@Index(columnList = "ownerId"),
|
|
@Index(columnList = "ownerId"),
|