From b353100bf0f6c5f4b44992e8adb6ebd67808c1de Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Fri, 15 Sep 2023 10:56:35 +0200 Subject: [PATCH] Add stockproduct for self adhesive (#343) * Add stockproduct for self adhesive * Set correct sequence no for migration * Rename stockproduct * Fix numbering --- migrations/000.435.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/000.435.sql diff --git a/migrations/000.435.sql b/migrations/000.435.sql new file mode 100644 index 0000000..db00b9c --- /dev/null +++ b/migrations/000.435.sql @@ -0,0 +1,5 @@ +CALL stockproduct_create( + 'Kit002', + 'Wallpaper Kit Peel And Stick', + 'wallpaper-kit-peel-and-stick' +);