Page MenuHomePhabricator

Flow\Data\Storage\BasicDbStorage::find Unknown column 'workflow_last_update_timestamp' in 'order clause'
Closed, DuplicatePublicPRODUCTION ERROR

Description

On Wikimedia production, I have found a few occurrences of:

Flow\Data\Storage\BasicDbStorage::find (flow_topic_list)
Unknown column 'workflow_lat_update_timestamp' in 'order clause'
SELECT * FROM flow_topic_list
WHERE topic_list_id = xxxxx
ORDER BY workflow_last_update_timestamp desc LIMIT 11

On mediawikiwiki database for https://www.mediawiki.org/wiki/Talk:Parsoid

Event Timeline

hashar raised the priority of this task from to Needs Triage.
hashar updated the task description. (Show Details)
hashar subscribed.
Restricted Application added subscribers: StudiesWorld, Aklapper. · View Herald Transcript

49 events over two days. Some other packages impacted but all on mediawikiwiki. Looks like some schema change might not have been adjusted?

mmodell changed the subtype of this task from "Task" to "Production Error".Aug 28 2019, 11:11 PM