Fixed #3636 - removed thread_id (we don’t use this anymore)

This commit is contained in:
snipe 2018-01-24 08:00:28 -08:00
parent e19ab329bd
commit 1dae7a2fe4

View file

@ -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;