Files
database/migrations/archive/000.486.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +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';