Database Timelines

From Lianjapedia
Jump to: navigation, search

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.

Bm-noteicon.png
Quick Start Guide

Database timelines can be enabled for all the tables in a database:
alter database southwind metadata "timeline=on"