summaryrefslogtreecommitdiff
path: root/model/sql/migration002.sql
AgeCommit message (Collapse)Author
2024-11-03model: Implement favorite recipesxengineering
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.