feat: update migration script; remove 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:20:12 +02:00
parent 2e4e2141c6
commit db02f6f0fb
@@ -1 +1 @@
ALTER TABLE `RecipeIngredient` ADD COLUMN IF NOT EXISTS `alternativeProductIds` JSON NULL; ALTER TABLE `RecipeIngredient` ADD COLUMN `alternativeProductIds` JSON NULL;