ijay
Results
2
comments of
ijay
i make it work ,manually by adding partial index from inside postgresql as follows ``` CREATE UNIQUE INDEX index_name on users (name) WHERE ("deletedAt" IS null) ``` ``` @Column() @Index(["name"],{unique:true,where:"\"createdAt\"...
i had this issue replace db with mongo.collections.db and its good to go