forked from Alex/Pterodactyl-Panel
Formatting fix
This commit is contained in:
parent
4cfb8941d5
commit
aa08498d51
@ -20,7 +20,7 @@ class RemoveDefaultNullValueOnTable extends Migration
|
||||
});
|
||||
|
||||
DB::transaction(function () {
|
||||
DB::table('users')->where('external_id', '=' , 'NULL')->update([
|
||||
DB::table('users')->where('external_id', '=', 'NULL')->update([
|
||||
'external_id' => null,
|
||||
]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user