You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone wants to implement batch operations(PaperTrail.insert_all, PaperTrail.update_all and PaperTrail.delete_all methods) I'm more than happy to review it, currently I don't need such a feature so I haven't implemented it nor any of the contributors.
I do understand its usefulness and I'm in favor it in case if you like to build it and create a pull request.
I have seeds, which are inserting lot of various data into DB.
Profiling shows that lot of time is spent inserting paper_trail versions.
Is it possible to postpone inserting paper_trail versions to the end of seeding? And then insert all versions in one batch?
The text was updated successfully, but these errors were encountered: