feat: update migration script; add IF NOT EXISTS clause for alternativeProductIds column in RecipeIngredient table
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-04 22:11:57 +02:00
parent 1b1d5d006d
commit 2e4e2141c6
@@ -1 +1 @@
ALTER TABLE `RecipeIngredient` ADD COLUMN `alternativeProductIds` JSON NULL; ALTER TABLE `RecipeIngredient` ADD COLUMN IF NOT EXISTS `alternativeProductIds` JSON NULL;