mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
rm whitespace
This commit is contained in:
parent
9b53b0fedc
commit
f3bd23da3d
|
@ -42,7 +42,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration
|
|||
}
|
||||
});
|
||||
|
||||
DB::table( 'assets')
|
||||
DB::table('assets')
|
||||
->whereNull('asset_eol_date')
|
||||
->whereNotNull('purchase_date')
|
||||
->whereNotNull('model_id')
|
||||
|
|
Loading…
Reference in a new issue