rMW27c61fb1e94d: Add `actor` table and code to start using it changed the database schema throughout MediaWiki. Tables to migrate:
- abuse_filter: af_user & af_user_text -> af_actor
- abuse_filter_log: afl_user & afl_user_text -> afl_actor
- abuse_filter_history: afh_user & afh_user_text -> afh_actor
Additionally, there are several reads from recentchanges and revision.
To do:
- https://gerrit.wikimedia.org/r/c/mediawiki/extensions/AbuseFilter/+/445185
- task for DBA to create new schema T333332
- config change #1 T334295
- task for running script T336224
- config change #2
- patch to drop legacy schema https://gerrit.wikimedia.org/r/c/mediawiki/extensions/AbuseFilter/+/1034804
- task for DBA to drop legacy schema T367781