5694 paintkit (#406)

* paint kit migration

* added migration for paint kit
This commit is contained in:
Arwid Thornström
2024-06-18 12:48:41 +02:00
committed by GitHub
parent 969aaa8810
commit 6470ed6725
+8
View File
@@ -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';