aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-04 23:57:02 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-04 23:57:02 +1100
commita3b13e700d8d65e27c1d90960b6ab6292e433c2c (patch)
tree7025eb22e3d4183c11d130adb0e5816718c1ea90 /backend/hist_data/README.md
parentf93a728091e52ae5144a51fb6203fde8cdf02558 (diff)
Fix out-of-date docs and tests after adding 'unit' to 'event_disp'
Diffstat (limited to 'backend/hist_data/README.md')
-rw-r--r--backend/hist_data/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/hist_data/README.md b/backend/hist_data/README.md
index 9ae7811..4cc7103 100644
--- a/backend/hist_data/README.md
+++ b/backend/hist_data/README.md
@@ -25,8 +25,8 @@ This directory holds files used to generate the history database data.db.
Format: `scale INT, unit INT, count INT, PRIMARY KEY (scale, unit)` <br>
Maps scale units to counts of events in them.
- `event_disp`: <br>
- Format: `id INT, scale INT, PRIMARY KEY (id, scale)` <br>
- Maps events to scales they are 'displayable' on (used to make displayed events more uniform across time).
+ Format: `id INT, scale INT, unit INT, PRIMARY KEY (id, scale)` <br>
+ Maps events to scales+units they are 'displayable' on (used to make displayed events more uniform across time).
- `images`: <br>
Format: `id INT PRIMARY KEY, url TEXT, license TEXT, artist TEXT, credit TEXT` <br>
Holds metadata for available images