From b7db7ece7f5613bb9c95827bf5178a24ab8429bb Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Thu, 18 Sep 2025 14:27:01 +0200 Subject: [PATCH] enhanced preorder map --- db/migrations/20250918133500_preorder_add_wohneinheit_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/20250918133500_preorder_add_wohneinheit_index.php b/db/migrations/20250918133500_preorder_add_wohneinheit_index.php index 50c7f7714..1705dde7e 100644 --- a/db/migrations/20250918133500_preorder_add_wohneinheit_index.php +++ b/db/migrations/20250918133500_preorder_add_wohneinheit_index.php @@ -3,7 +3,7 @@ declare(strict_types=1); use Phinx\Migration\AbstractMigration; -final class ModifyPreordercampaign2 extends AbstractMigration { +final class PreorderAddWohneinheitIndex extends AbstractMigration { public function up(): void { if ($this->getEnvironment() !== 'thetool') return;