Skip to content

Commit

Permalink
disable utf8mb4 convert
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tinard committed Jan 12, 2019
1 parent 322ecdd commit 47e61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/2018_04_09_134904_utf8mb4.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Utf8mb4 extends Migration
* @return void
*/
public function up() {
DB::unprepared('ALTER TABLE `pastes` CONVERT TO CHARACTER SET utf8mb4');
// DB::unprepared('ALTER TABLE `pastes` CONVERT TO CHARACTER SET utf8mb4');
}

/**
Expand Down

0 comments on commit 47e61bc

Please sign in to comment.