Skip to content

Commit

Permalink
Fixed migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Jan 9, 2025
1 parent 23247ed commit 658b7d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions migrations/Version20241003195953.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@ public function down(Schema $schema): void
{
$this->addSql('ALTER TABLE payment_orders ADD first_name VARCHAR(255) NOT NULL, ADD last_name VARCHAR(255) NOT NULL, ADD contact_email VARCHAR(255) NOT NULL, DROP submitter_name, DROP submitter_email, DROP supporting_funding_id, DROP supporting_amount, DROP invoice_number, DROP customer_number');
}

public function isTransactional(): bool
{
return false;
}
}

0 comments on commit 658b7d4

Please sign in to comment.