1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[feature/avatars] Making schema changes for db tables

These schema changes make manual column chaning uncessesary.

PHPBB3-10018
This commit is contained in:
Cullen Walsh
2011-07-04 17:19:18 -07:00
parent 48e61b1b45
commit 3963b39634
4 changed files with 10 additions and 6 deletions

View File

@@ -1092,6 +1092,10 @@ function database_update_info()
'change_columns' => array(
GROUPS_TABLE => array(
'group_legend' => array('UINT', 0),
'group_avatar_type' => array('VCHAR:32', 0),
),
USERS_TABLE => array(
'user_avatar_type' => array('VCHAR:32', 0),
),
),
'drop_columns' => array(