enhanced preorder map

This commit is contained in:
2025-09-18 14:27:01 +02:00
parent 1618275633
commit b7db7ece7f

View File

@@ -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;