From c1302218f708d649b6d2531891705abf851ea6f7 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Thu, 23 Sep 2021 14:15:09 +0200 Subject: [PATCH] Add product comment field (#226) --- migrations/000.339.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.339.sql 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');