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
BTW, PaperTrail now supports dropping the object column, which reduces the table size by about half. Here's a migration you can use: paper-trail-gem/paper_trail#1099 (comment)
I considered Logidze as an alternative but the fact that all history is lost when a record is deleted (#61) isn't acceptable for long-lived Rails projects. For a greenfield project it's probably simple enough to disallow deletions.
I currently use papertrail, and I want to delete its massively verbose table, but I don't want to lose the history.
Is there a way I can migrate my papertrail versions over to logidze?
The text was updated successfully, but these errors were encountered: