diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-04 23:57:02 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-04 23:57:02 +1100 |
| commit | a3b13e700d8d65e27c1d90960b6ab6292e433c2c (patch) | |
| tree | 7025eb22e3d4183c11d130adb0e5816718c1ea90 /backend/hist_data/README.md | |
| parent | f93a728091e52ae5144a51fb6203fde8cdf02558 (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.md | 4 |
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 |
