mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 18:41:52 +02:00
[ticket/11201] Remove database column on update
PHPBB3-11201
This commit is contained in:
@@ -1193,6 +1193,11 @@ function database_update_info()
|
||||
'user_timezone' => array('VCHAR:100', ''),
|
||||
),
|
||||
),
|
||||
'drop_columns' => array(
|
||||
USERS_TABLE => array(
|
||||
'user_msnm',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user