Page MenuHomePhabricator

Change `archive` view to no longer expose `ar_flags`
Closed, ResolvedPublic

Description

The ar_flags field in the archive table is going away, so the views will need to be adjusted to no longer try to select this column. You could make it constant null or constant empty string.

Also, while it's not directly relevant to this task, I note that the field has been empty in the production databases since T184629: Run maintenance/migrateArchiveText.php on all wikis was completed. And I can't think of any use for it without ar_text, which has never been exposed, so there's that too.

Event Timeline

Anomie triaged this task as Medium priority.Mar 7 2018, 6:30 PM
Anomie created this task.

This is included in this change as well: https://gerrit.wikimedia.org/r/#/c/430024/

That might be a bit heavy for such a small task, but it's there. :)

This is done now that the initial changes for T174047 are deployed