Results 1 to 2 of 2

Thread: [Answers] Timelines

  1. #1
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135

    [Answers] Timelines

    Timelines are used to allow you to roll your data back or forward to a particular point in time.
    They also allow you to
    see detail about what was changed, when it was changed and who changed it.
    This is
    useful for data recovery or for syncing mobile devices



    ​All topics in [Answers] alphabetically:http://www.lianja.com/community/show...ll=1#post12352
    Last edited by josipradnik; 2017-02-02 at 04:34.

  2. #2
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135
    Audit trails and data security go hand in hand and it is highly desirable that this functionality is built-in.
    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 did they do it and what did they change. An invaluable feature for SaaS applications.In Lianja 4.1 you can enable timelines globally for a database.
    Code:
    alter database yourdatabase metadata "timeline=on"
    This will enable timelines for all non temporary tables contained within the database. You can disable timelines for individual tables like this:
    Code:
    alter table yourtable metadata "timeline=off"



    All topics in [Answers] alphabetically: https://www.lianja.com/community/sho...ll=1#post13748

    These answers are also systematized on the site "Lianja developer": https://lianjadeveloper.wordpress.co...ory/timelines/

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us