Page MenuHomePhabricator

Remove old user.user_options
Closed, ResolvedPublic

Description

It's getting on for nearly like 50,000 revisions since it was replaced!


Version: 1.18.x
Severity: normal

Details

Reference
bz31204

Related Objects

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:55 PM
bzimport set Reference to bz31204.
bzimport added a subscriber: Unknown Object (MLST).

You mean the database field? Than it is a schema change. Tagging.

We've convertUserOptions.php script, which already does the migration.

I suppose we just need to stop adding the column in the default schema, make sure the maintenance script is run during update.php, and then do "ALTER TABLE /*_*/user DROP COLUMN user_options;"

Few bits of code related to it, but it's few and far between

Will do this this week maybe....

Added scaptrap & schema keywords on r98339 to make sure we run any final migration (if still needed) at 1.19 upgrade time. It wouldn't hurt to leave the existing tables in place but it should be wise to clean it up, so making sure we don't lose it. :)