From ae1a31f226de5701683231afaabf0f66503ca17d Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 8 Jan 2024 19:36:01 +0100 Subject: Implement recipe editing --- model/sql/recipe-update.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 model/sql/recipe-update.sql (limited to 'model/sql') diff --git a/model/sql/recipe-update.sql b/model/sql/recipe-update.sql new file mode 100644 index 0000000..fbc03fa --- /dev/null +++ b/model/sql/recipe-update.sql @@ -0,0 +1,7 @@ +UPDATE recipes +SET + title = ?, + portions = ?, + url = ?, + notes = ? +WHERE id = ?; -- cgit v1.2.3-70-g09d2