Page MenuHomePhabricator

Remove now unused columns from cu_changes
Closed, ResolvedPublic2 Estimated Story Points

Description

The following columns should be removed from the cu_changes table once the code that reads and writes to them is removed from the extension. These columns are:

  • cuc_only_for_read_old - temporary column only used for the migration
  • cuc_actiontext - only used for log entries that are now in either cu_log_event or cu_private_event
  • cuc_private - only used entries now in cu_private_event

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

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

[mediawiki/extensions/CheckUser@master] [WIP] Remove now unused columns in cu_changes

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

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

[mediawiki/extensions/CheckUser@master] [WIP] Remove cuc_only_for_read_old from cu_changes

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

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

[mediawiki/extensions/CheckUser@master] [WIP] Remove cuc_actiontext column

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

Change #1053988 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] Remove cuc_only_for_read_old from cu_changes

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

Change #1054493 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] Remove cuc_actiontext column from cu_changes

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

Change #1053008 merged by jenkins-bot:

[mediawiki/extensions/CheckUser@master] Remove cuc_private column from cu_changes

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

I think we can skip QA for this change, as there is no on-wiki changes made by this ticket.