Summary
We should drop the columns cuc_ip, cule_ip, and cupe_ip from the tables cu_changes, cu_log_event, and cu_private_event respectively.
Background
- In T363487: Remove the cuc_ip, cule_ip, and cupe_ip columns from the cu_changes, cu_log_event, and cu_private_event tables respectively as duplicated to the IP hex columns we want to remove the cuc_ip, cule_ip, and cupe_ip columns as duplicated to the *_ip_hex equivalents
- Once we have stopped reading and writing to it, we can safely drop the columns. This task it to track doing that.
Acceptance criteria
- The cuc_ip, cule_ip, and cupe_ip columns are dropped from the tables cu_changes, cu_log_event, and cu_private_event respectively
- A Schema-change-in-production ticket is filed to apply this change to WMF wikis - T418465