xiongzhu il y a 3 ans
Parent
commit
fbccf98686
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      src/main/java/com/izouma/nineth/domain/User.java

+ 0 - 9
src/main/java/com/izouma/nineth/domain/User.java

@@ -26,15 +26,6 @@ import java.util.Set;
 
 @Data
 @Entity
-@Table(indexes = {
-        @Index(columnList = "phone"),
-        @Index(columnList = "collectionId"),
-        @Index(columnList = "collectionInvitor"),
-        @Index(columnList = "admin"),
-        @Index(columnList = "minter"),
-        @Index(columnList = "createdAt"),
-        @Index(columnList = "settleAccountId")
-})
 @AllArgsConstructor
 @NoArgsConstructor
 @Builder