mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11201] Remove database column on update
PHPBB3-11201
This commit is contained in:
parent
9affd6f7e7
commit
460470229d
1 changed files with 5 additions and 0 deletions
|
@ -1193,6 +1193,11 @@ function database_update_info()
|
||||||
'user_timezone' => array('VCHAR:100', ''),
|
'user_timezone' => array('VCHAR:100', ''),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'drop_columns' => array(
|
||||||
|
USERS_TABLE => array(
|
||||||
|
'user_msnm',
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue