Skip to content

Commit

Permalink
Debug for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Jul 10, 2024
1 parent cb3bcff commit 4064094
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function up()
->where('schema_name', config('database.connections.mysql.database'))
->first();

dd($query);

if ($query?->default_character_set_name === 'utf8mb4') {
return;
}
Expand Down

0 comments on commit 4064094

Please sign in to comment.