diff --git a/backend/prisma/migrations/20260504220420_add_alternative_product_ids/migration.sql b/backend/prisma/migrations/20260504220420_add_alternative_product_ids/migration.sql index cb0c2785..165b5ee8 100644 --- a/backend/prisma/migrations/20260504220420_add_alternative_product_ids/migration.sql +++ b/backend/prisma/migrations/20260504220420_add_alternative_product_ids/migration.sql @@ -1 +1 @@ -ALTER TABLE `RecipeIngredient` ADD COLUMN IF NOT EXISTS `alternativeProductIds` JSON NULL; +ALTER TABLE `RecipeIngredient` ADD COLUMN `alternativeProductIds` JSON NULL; \ No newline at end of file