Add date type and context columns to meal

This commit is contained in:
Chris Smith
2025-02-23 12:41:33 +01:00
parent d7341d02f5
commit 70e88433ce
3 changed files with 38 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* API for registering and login
* API for fetching meals, summary, and posting meal
* JWT tokens for API requests
* Date, type, and context as columns to the meal
### Changed