mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Make it possible to add pictures to recipes (closes #136)
This commit is contained in:
2
migrations/0050.sql
Normal file
2
migrations/0050.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE recipes
|
||||
ADD picture_file_name TEXT;
|
Reference in New Issue
Block a user