mirror of
https://github.com/directus/directus.git
synced 2026-02-02 17:45:07 -05:00
* Add Quickstart Guide * Update installation * Remove unused files * Update support/backing * Tweaks in concepts * Setup file structure for API reference 2.0 * Setup page layout for reference * Add clean-urls plugin * getting started updates * Finish authentication rest * getting started updates * Render stylus in 2 spaces * Various * Various * Finish activity docs * Add collections reference * Add extension reference * concepts updates * Fields/tweaks * Add files doc * Add revisions * concepts docs * More api reference * Finish rest api reference (finally) * initial concepts * More things * Add assets api ref * Move sections from file to assets * Add environment variables * contributing docs * Add field transforms page * Left align table headers * concept links * Add API config * Fix mobile nav * Add migrating a project * doc link fixes Co-authored-by: Ben Haynes <ben@rngr.org>
1.3 KiB
1.3 KiB
Revisions
Revisions are created when an original Item is updated. These alternate versions are tracked so that previous states can be recovered, or potential edits can be staged.
Every change made to items in Directus is stored as a complete versioned snapshot. The Revisions system is tightly coupled to the Activity Logs system, with each revision being linked to the specific Activity event which created it.
Revision Fields
- Data — A full snapshot of the item after the event
- Delta — The specific field data changed by this event
- Parent — If this revision was created via a nested relationship