Преглед изворни кода

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()