mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Formatting fix
This commit is contained in:
parent
4cfb8941d5
commit
aa08498d51
@ -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,
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user