mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Fixed #3636 - removed thread_id (we don’t use this anymore)
This commit is contained in:
parent
e19ab329bd
commit
1dae7a2fe4
|
@ -57,7 +57,6 @@ class MigrateAssetLogToActionLog extends Migration
|
|||
$a->deleted_at = $log->deleted_at;
|
||||
$a->note = $log->note;
|
||||
$a->expected_checkin = $log->expected_checkin;
|
||||
$a->thread_id = $log->thread_id;
|
||||
$a->accepted_id = $log->accepted_id;
|
||||
$a->filename = $log->filename;
|
||||
|
||||
|
|
Loading…
Reference in a new issue