Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-03 | model: Implement favorite recipes | xengineering | |
This adds the ability to store a flag `is_favorite` inside the database. The corresponding SQL migration is part of this commit. Furthermore the Go code in the model package is adapted. |