mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Formatting fix
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user