index
:
ceres
0.3.x-to-0.4.y
db-completion
exchange-format
main
Recipe server for your favorite dishes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
/
sql
/
recipe-update.sql
blob: fbc03fa649334a7ca591ead4652e3add20668413 (
plain
)
1
2
3
4
5
6
7
UPDATE recipes SET title = ?, portions = ?, url = ?, notes = ? WHERE id = ?;