1
0
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:
Nils Adermann
2012-07-17 20:28:01 +02:00
parent 10172887fd
commit 19237f5613

View File

@@ -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),