Skip to content

Commit

Permalink
Reoder down method. Fixes rollback issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Summonshr committed Oct 8, 2023
1 parent fb45a76 commit fcf31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_filament_blog_tables.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ return new class () extends Migration {
*/
public function down()
{
Schema::dropIfExists('blog_posts');
Schema::dropIfExists('blog_categories');
Schema::dropIfExists('blog_authors');
Schema::dropIfExists('blog_posts');
}
};

0 comments on commit fcf31d0

Please sign in to comment.