Commits
- 9436dcf: This commit introduces the functionality for assisted weighing, allowing users to weigh items (e.g., pets, infants) by subtracting a reference weight. (oliexdev)
- 9cb4b22: This commit introduces a unique constraint on the
timestamp
peruserId
in theMeasurement
table. This prevents duplicate measurements for the same user at the exact same time. (oliexdev)