No commit activity in last 3 years
No release in over 3 years
Use this plugin to track field changes and revert your model to an older state.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10
~> 3

Runtime

 Project Readme

Build Status

Sequel Revisions

This plugin provides an easy way to track changes to your model. It currently only supports PostgreSQL as it uses a JSON field to store changed fields.

Requirements

This plugins requires a _revisions table for each model you want to track. Using polymorphism is discouraged by Sequel as it shows bad performance, especially for large collections.