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
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -1 +1 @@
|
|||||||
ALTER TABLE `RecipeIngredient` ADD COLUMN `alternativeProductIds` JSON NULL;
|
ALTER TABLE `RecipeIngredient` ADD COLUMN IF NOT EXISTS `alternativeProductIds` JSON NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user