Add product comment field (#226)

This commit is contained in:
Niklas Fondberg
2021-09-23 14:15:09 +02:00
committed by GitHub
parent 0c20875408
commit c1302218f7
+3
View File
@@ -0,0 +1,3 @@
-- Add comments field for products
INSERT INTO "product-fields" (field) VALUES ('comments');