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
Count on 12 November: 1,230,027
Are versions deleted when the source is? I would have expected the number to reduce significantly since June 🤔
For the record, ran
ActiveRecord::Base.connection.execute("SELECT count(*) FROM versions WHERE object ~ '.*evidence_checklist_ids:\n-.*';").to_a
See #2405
After an update to paper trail, previous versions of claims could not be restored.
As claims are archived, natural wastage should ensure they should drop out of the database.
Once they are all gone, this class will be superflouous and can be removed.
Run the following query to see how many stored versions remain.
Initial count: 1,229,882
The text was updated successfully, but these errors were encountered: