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
/
steps-for-recipe.sql
blob: 4a2a3c854bf9ea22aba807af36276cad00c2cee4 (
plain
)
1
2
3
SELECT text FROM recipe_steps WHERE recipe_id=? ORDER BY "index" ASC;