mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
Removed user migration for colors
This commit is contained in:
@ -97,11 +97,7 @@ return new class extends Migration
|
||||
'link_dark_color' => $link_dark_color,
|
||||
'nav_link_color' => $nav_color,
|
||||
'header_color' => $header_color]);
|
||||
|
||||
DB::table('users')->whereNull('skin')->update([
|
||||
'link_light_color' => $link_light_color,
|
||||
'link_dark_color' => $link_dark_color,
|
||||
'nav_link_color' => $nav_color]);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user