==== Technical background
In T368151 we added a central table, `cuci_temp_edit`, to keep track of which wikis have been recently edited by a temporary user from a particular IP address.
The table records the IP address, wiki and timestamp of the latest edit ([[ https://gerrit.wikimedia.org/g/mediawiki/extensions/CheckUser/+/95978a749e5e190c213c73dc284e67659fcb0bb0/schema/cuci_temp_edit.json | code ]]).
Before we start to use this table for GUC, we will need to populate it with existing data. CheckUser already has some maintenance scripts for populating other tables (see `CheckUser/maintenance` directory).
==== What needs doing
[] Create a maintenance script for adding temporary user edits to the `cuci_temp_edit` table
[] Run the maintenance script on wikis that already have temporary accounts enabled