The ApiQueryCheckUser class provides an API to lookup data from the cu_changes table. To prepare for T341827, the fields being used in the SELECT queries need to be aliased to remove the cuc_ prefix. This allows the code to read rows from a IResultWrapper without having to know which table the row is from.
Acceptance criteria
- Have all fields selected from cu_changes in ApiQueryCheckUser aliased to remove the cuc_ prefix.