Page MenuHomePhabricator

CheckUser: Stop writing to cupe_private in the cu_private_event table
Closed, ResolvedPublic

Description

Summary

We should stop writing to the cupe_private column in the cu_private_event table, so that we can drop the column once these changes are stably deployed

Background

Acceptance criteria

  • No code writes to (or reads from) to cupe_private in the cu_private_event table

Event Timeline

Change #1203408 had a related patch set uploaded (by Dreamy Jazz; author: Dreamy Jazz):

[mediawiki/extensions/CheckUser@master] Stop writing to cupe_private in the cu_private_event

https://gerrit.wikimedia.org/r/1203408

Change #1203408 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] Stop writing to cupe_private in the cu_private_event table

https://gerrit.wikimedia.org/r/1203408

Dreamy_Jazz closed this task as Resolved.EditedNov 13 2025, 1:07 PM

https://codesearch.wmcloud.org/search/?q=cupe_private&files=&excludeFiles=&repos= shows no non-SQL table / schema definition references to cupe_private, so this should be ready to resolve