mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
PHPBB3-10965
This commit is contained in:
@@ -996,7 +996,7 @@ function database_update_info()
|
||||
// No changes from 3.0.10 to 3.0.11-RC1
|
||||
'3.0.10' => array(),
|
||||
// Changes from 3.0.11-RC1 to 3.0.11-RC2
|
||||
'3.0.5' => array(
|
||||
'3.0.11-RC1' => array(
|
||||
'add_columns' => array(
|
||||
PROFILE_FIELDS_TABLE => array(
|
||||
'field_show_novalue' => array('BOOL', 0),
|
||||
|
Reference in New Issue
Block a user