Make it possible to add pictures to recipes (closes #136)

This commit is contained in:
Bernd Bestel
2019-01-26 20:06:01 +01:00
parent 03720940d4
commit ad09630dbe
4 changed files with 86 additions and 1 deletions

2
migrations/0050.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE recipes
ADD picture_file_name TEXT;