Skip to content

Commit

Permalink
Merge pull request #93 from elmergustavo/elmergustavo-patch-1
Browse files Browse the repository at this point in the history
Fix migration rollback blog_links
  • Loading branch information
pxlrbt authored Jan 30, 2024
2 parents 7b6cb43 + a9cc5f3 commit d0bf5e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public function up(): void
*/
public function down(): void
{
Schema::dropIfExists('links');
Schema::dropIfExists('blog_links');
}
};

0 comments on commit d0bf5e0

Please sign in to comment.