renamed ModifyPreordercampaign2 because of conflicts
This commit is contained in:
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
||||
|
||||
use Phinx\Migration\AbstractMigration;
|
||||
|
||||
final class ModifyPreordercampaign extends AbstractMigration {
|
||||
final class ModifyPreordercampaign2 extends AbstractMigration {
|
||||
public function up(): void {
|
||||
if ($this->getEnvironment() !== 'thetool') return;
|
||||
|
||||
@@ -24,4 +24,4 @@ final class ModifyPreordercampaign extends AbstractMigration {
|
||||
->removeColumn('rimo_type_map_faults')
|
||||
->save();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user