From 6470ed67254bcafdc627a0158c754666da250ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arwid=20Thornstr=C3=B6m?= Date: Tue, 18 Jun 2024 12:48:41 +0200 Subject: [PATCH] 5694 paintkit (#406) * paint kit migration * added migration for paint kit --- migrations/000.486.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 migrations/000.486.sql diff --git a/migrations/000.486.sql b/migrations/000.486.sql new file mode 100644 index 0000000..6c9cc14 --- /dev/null +++ b/migrations/000.486.sql @@ -0,0 +1,8 @@ +CALL stockproduct_create( + 'Kit003', + 'Wall Paint Kit', + 'wall-paint-kit' +); + +ALTER TYPE order_row_sub_type + ADD VALUE IF NOT EXISTS 'wall_paint_kit' AFTER 'wallpaper_kit_peel_and_stick';