diff --git a/migrations/000.339.sql b/migrations/000.339.sql new file mode 100644 index 0000000..1bdecba --- /dev/null +++ b/migrations/000.339.sql @@ -0,0 +1,3 @@ +-- Add comments field for products + +INSERT INTO "product-fields" (field) VALUES ('comments');