소스 검색

fix(syncing-server): remove unused index in mongodb

Karol Sójko 1 년 전
부모
커밋
9147ff5d49
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/syncing-server/src/Infra/TypeORM/MongoDBItem.ts

+ 0 - 1
packages/syncing-server/src/Infra/TypeORM/MongoDBItem.ts

@@ -18,7 +18,6 @@ export class MongoDBItem {
   declare content: string | null
 
   @Column()
-  @Index('index_items_on_content_type')
   declare contentType: string | null
 
   @Column()