Skip to content

Commit

Permalink
fix: rollback breaks if there are null values
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Hengstmengel committed Jul 31, 2024
1 parent 3ecf416 commit 641ac1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Migrations/Version20240726082447.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ public function down(Schema $schema): void
$table->addUniqueIndex(['project_id', 'share_key']);
$table->removeForeignKey('fk_customer');
$table->dropColumn('customer_id');
$table->modifyColumn('project_id', ['notnull' => true]);
}
}

0 comments on commit 641ac1d

Please sign in to comment.