aboutsummaryrefslogtreecommitdiffstats
path: root/notes/data_model.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/data_model.md')
-rw-r--r--notes/data_model.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/notes/data_model.md b/notes/data_model.md
index 94716b00..2d2825ae 100644
--- a/notes/data_model.md
+++ b/notes/data_model.md
@@ -1,11 +1,11 @@
Entity list:
- work
- release
- creator
container
+ creator
file
+ release
+ work
## Cookbook
@@ -94,7 +94,9 @@ Each entity type has tables:
represents change metadata for a single change to one ident
needed because an edit alwasy changes ident, but might not change rev
- _log (NOT IMPLEMENTED)
+Could someday also have:
+
+ _log
history of when edits were actually applied
allows fast lookups of history of an entity (ident)
unnecessary if we keep a log of edit group accepts?