Finish first early version of "pictures for products" (references #58)

This commit is contained in:
Bernd Bestel
2018-09-30 23:22:17 +02:00
parent e5fb609c8e
commit 44cd26ae77
6 changed files with 106 additions and 4 deletions

2
migrations/0040.sql Normal file
View File

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