Files
database/migrations/000.486.sql
T
Arwid ThornströmandGitHub 6470ed6725 5694 paintkit (#406)
* paint kit migration

* added migration for paint kit
2024-06-18 12:48:41 +02:00

9 lines
198 B
SQL

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';