ActorMigration is no longer required for the following fields:
- ar_user
- ar_user_text
- img_user
- img_user_text
- oi_user
- oi_user_text
- fa_user
- fa_user_text
- rc_user
- rc_user_text
- log_user
- log_user_text
- ipb_by
- ipb_by_text
They have been fully migrated to the actor table, so callers can just join on the actor table directly.
There are aliases in several getQueryInfo() calls which make them appear to exist, at least for the purposes of result fields. I think removing those aliases is going in the "too hard" basket for now. But removing the ActorMigration calls in core and hard-deprecating the use of ActorMigration for these fields is apparently feasible.