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;