summaryrefslogtreecommitdiff
path: root/model/sql
AgeCommit message (Collapse)Author
2024-01-18Show steps on recipe pagexengineering
2024-01-17Add recipe step viewxengineering
This is the next increment to implement recipe steps.
2024-01-17model: Rename step rank to step indexxengineering
This name reflects the purpose of the column better. It is used to order the recipe steps of a recipe.
2024-01-08Implement recipe editingxengineering
2024-01-08Implement recipe pagexengineering
2023-12-27Implement index page with recipe overviewxengineering
2023-12-27model: Inject test data into databasexengineering
This is useful for debugging and testing.
2023-12-27model: Add initial SQL migrationxengineering
This provides the basic table structure to the database.