grocy/migrations/0099.sql
Zeb Fross 9ac2ce3546 Add picture_url to products table
When importing data from grocery stores, they provide product images, so
I thought it would be better to just save the url rather than trying to
download them.
2020-03-29 14:52:49 -07:00

2 lines
42 B
SQL

ALTER TABLE products
ADD picture_url TEXT;