Database Timelines
From Lianjapedia
Lianja database timelines provide row versioning for database tables for all CRUD operations performed on data. Whenever a change is made to a table that is timeline enabled then delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor.
Database timelines record who did what from where, when they did it and what they changed.

Quick Start Guide
Database timelines can be enabled for all the tables in a database:
alter database southwind metadata "timeline=on"
Pages in category "Database Timelines"
The following 11 pages are in this category, out of 11 total.