Added run of ConvertUserOptions maintenance script into update.php before dropping the column Removed usages of user_options in code Marked User::decodeOptions() deprecated as of 1.19. Made ConvertUserOptions drop out early if the user_options field doesn't exist Made ConvertUserOptions update user_options to '' after migration of user options to mOptions
1 line
No EOL
47 B
SQL
1 line
No EOL
47 B
SQL
ALTER TABLE /*_*/user DROP COLUMN user_options; |