Update 20250617100000_add_preorder_cors_columns.php

This commit is contained in:
Luca Haid
2025-06-24 07:54:24 +00:00
parent dbb8b3efdc
commit b740e7b752

View File

@@ -20,6 +20,8 @@ final class AddPreorderCorsColumns extends AbstractMigration
'comment' => 'JSON array of consent information for the IFrame, e.g., [{url: "https://partner-a.com", text: "Partner A Consent", required: true, replace: "Consent"}, {url: "https://partner-b.de", text: "Partner B Consent", required: false, replace: "Consent"}]' 'comment' => 'JSON array of consent information for the IFrame, e.g., [{url: "https://partner-a.com", text: "Partner A Consent", required: true, replace: "Consent"}, {url: "https://partner-b.de", text: "Partner B Consent", required: false, replace: "Consent"}]'
]); ]);
$Preordercampaign->save();
} }
} }