0.2.0
- Create
daily
view with per-day analytics. - Updates to
measurement_entries
table:- Rename to
measurement_entry_items
. - Replace
date
column with foreign key todiary_entries
. - Merge
measurements
CLI command intodiary
command. The rationale being that the tables are tightly coupled in any case, and that the newdaily
view depends on tables created in both commands.
- Rename to
- Remove
goal_
prefix fromgoals
table columns.