Page MenuHomePhabricator

Create timestamp column to track when preference was last updated
Closed, DeclinedPublic

Description

From T114899: Recover missing values from user_properties tables:

Having a timestamp on user preferences last_modified would had helped on this issue, knowing which preferences are "new" and "old."

Should be pretty easy to have a column that just updates when the pref is saved.

Event Timeline

demon raised the priority of this task from to Needs Triage.
demon updated the task description. (Show Details)
demon subscribed.
demon triaged this task as Medium priority.Oct 7 2015, 10:25 PM
demon set Security to None.

Are there other use-cases for a timestamp column? I don't find the stated use-case very compelling.

Could give a bit of info as to how widely a preference is used (ie: do people set it and forget it vs. change it often?). Could help guide future preference introduction as well as removing prefs we don't need to support (cf: T54807: Identify and remove legacy preferences from MediaWiki core (tracking))

I file dumb feature requests sometimes