From 47b84a00bcd4eafd582dcc6494246cdb3a3b349d Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 24 Jun 2025 09:52:23 +0200 Subject: [PATCH] added new preorderiframe --- db/migrations/20250617100000_add_preorder_cors_columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/20250617100000_add_preorder_cors_columns.php b/db/migrations/20250617100000_add_preorder_cors_columns.php index bb4ee7793..78b4ffa59 100644 --- a/db/migrations/20250617100000_add_preorder_cors_columns.php +++ b/db/migrations/20250617100000_add_preorder_cors_columns.php @@ -3,7 +3,7 @@ declare(strict_types=1); use Phinx\Migration\AbstractMigration; -final class AddNewIndexesThetool extends AbstractMigration +final class AddPreorderCorsColumn extends AbstractMigration { public function up(): void {