Skip to content

Commit

Permalink
Update create_wallets_logs_table.php.stub
Browse files Browse the repository at this point in the history
Fix table in down method of the migration
  • Loading branch information
josecarpio99 authored Mar 11, 2024
1 parent 05309b0 commit d2af1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_wallets_logs_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ return new class () extends Migration {
*/
public function down(): void
{
Schema::dropIfExists('balance_logs');
Schema::dropIfExists('wallets_logs');
}
};

0 comments on commit d2af1c1

Please sign in to comment.