-
When I tried to use model pruning I got the logic exception:
It looks like Any ideas? Could you write MassPrunable trait for the MongoDB model, please? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @Outsidaz, thank you for the feedback. This exception was introduced last week by #2591. MongoDB doesn't support limit on delete operations, so the chunk feature is irrelevant. (new Model)->prunable()->delete(); A new trait |
Beta Was this translation helpful? Give feedback.
I opened a PR to implement MassPrunable with MongoDB compatibility. #2598