Skip to content

Commit

Permalink
fix down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 27, 2024
1 parent 224b3cc commit 785c731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ public function down(): void
$table->dropColumn('dream_role_work_stream_id');
});

Schema::dropIfExists('user_dream_role_department');
Schema::dropIfExists('department_user_dream_role');
}
};

0 comments on commit 785c731

Please sign in to comment.