mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Formatting fix
This commit is contained in:
@@ -20,7 +20,7 @@ class RemoveDefaultNullValueOnTable extends Migration
|
|||||||
});
|
});
|
||||||
|
|
||||||
DB::transaction(function () {
|
DB::transaction(function () {
|
||||||
DB::table('users')->where('external_id', '=' , 'NULL')->update([
|
DB::table('users')->where('external_id', '=', 'NULL')->update([
|
||||||
'external_id' => null,
|
'external_id' => null,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user