Skip to content

0.2.0

Compare
Choose a tag to compare
@seeM seeM released this 18 Jul 06:59
· 4 commits to main since this release
  • Create daily view with per-day analytics.
  • Updates to measurement_entries table:
    • Rename to measurement_entry_items.
    • Replace date column with foreign key to diary_entries.
    • Merge measurements CLI command into diary command. The rationale being that the tables are tightly coupled in any case, and that the new daily view depends on tables created in both commands.
  • Remove goal_ prefix from goals table columns.