diff options
author | xengineering <me@xengineering.eu> | 2023-04-01 20:47:52 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-02 21:51:34 +0200 |
commit | 996725cb4735e1026bb3409d52b5a61bc8274fd2 (patch) | |
tree | 81db40540d9f29553ea3083612890704502d950f /data | |
parent | 43e6305c45c6365288c1f512702f49ba2e52e941 (diff) | |
download | ceres-996725cb4735e1026bb3409d52b5a61bc8274fd2.tar ceres-996725cb4735e1026bb3409d52b5a61bc8274fd2.tar.zst ceres-996725cb4735e1026bb3409d52b5a61bc8274fd2.zip |
Add example recipe data files
This prepares the switch to a file-based store of recipe data replacing
MariaDB.
Diffstat (limited to 'data')
-rw-r--r-- | data/storage/recipes/0/text | 6 | ||||
-rw-r--r-- | data/storage/recipes/1/text | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text new file mode 100644 index 0000000..208828a --- /dev/null +++ b/data/storage/recipes/0/text @@ -0,0 +1,6 @@ +# First recipe + +Important steps: + +- cook it +- eat it diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text new file mode 100644 index 0000000..a8f8b1e --- /dev/null +++ b/data/storage/recipes/1/text @@ -0,0 +1,6 @@ +# Second recipe + +Important steps: + +- cook it +- eat it |