Replies: 1 comment
-
I see, the soft_delete and hard_delete are just instance methods, they dont work on chaining queries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
DocumentWithSoftDelete
class for my modelHow to perform a
MyClass.find(...).hard_delete()
I want to hard delete items in bulk
@alm0ra
Beta Was this translation helpful? Give feedback.
All reactions