From 7c3d55a1a6d4752306aad0779b96d6df1817a5be Mon Sep 17 00:00:00 2001 From: Max <149727588+maexkru@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:10:32 +0100 Subject: [PATCH] Add glue stockproduct (#437) --- migrations/000.511.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 migrations/000.511.sql diff --git a/migrations/000.511.sql b/migrations/000.511.sql new file mode 100644 index 0000000..0bedcd4 --- /dev/null +++ b/migrations/000.511.sql @@ -0,0 +1,7 @@ +CALL stockproduct_create( + 'Glue001', + 'Wallpaper Glue', + 'wallpaper-glue' +); + +ALTER TYPE order_row_sub_type ADD VALUE IF NOT EXISTS 'wallpaper_glue' AFTER 'wall_paint_kit';