mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -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')
|
->whereNull('asset_eol_date')
|
||||||
->whereNotNull('purchase_date')
|
->whereNotNull('purchase_date')
|
||||||
->whereNotNull('model_id')
|
->whereNotNull('model_id')
|
||||||
|
|
Loading…
Reference in a new issue