Closed (duplicate)
Project:
Migrate Plus
Component:
Drush
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2015 at 21:36 UTC
Updated:
4 Aug 2015 at 20:24 UTC
Jump to comment: Most recent, Most recent file
The drush migrate-status command should display the last imported time for each migration. This is dependent on the core Migrate module maintaining this status.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | display_last_imported-2429107-1.patch | 1.4 KB | mikeryan |
Comments
Comment #1
mikeryanThe attached patch works with the patch at #2429089: Track the last imported time for migrations - we can commit once that goes into core.
Comment #2
mikeryanCurrently addressing this in #2536454: Use event listeners to implement a bunch of stuff
Comment #3
mikeryanFolded into #2432993: Implement reporting of results on migrate-import.