mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
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.
2 lines
42 B
SQL
2 lines
42 B
SQL
ALTER TABLE products
|
|
ADD picture_url TEXT; |