From eaf0fef362ddf5ec79b3d012d579a20d021f78dd Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Fri, 17 Nov 2023 11:55:48 +0100 Subject: [PATCH] Add type wallpaper_kit_peel_and_stick (#362) * Add type wallpaper_kit_peel_and_stick * Fix numbering --- migrations/000.448.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.448.sql diff --git a/migrations/000.448.sql b/migrations/000.448.sql new file mode 100644 index 0000000..b305952 --- /dev/null +++ b/migrations/000.448.sql @@ -0,0 +1,2 @@ +ALTER TYPE order_row_sub_type + ADD VALUE IF NOT EXISTS 'wallpaper_kit_peel_and_stick' AFTER 'wallpaper_kit';