diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-05 17:34:54 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-04-05 17:34:54 -0400 |
commit | de1e343c5b408da09448b3150cfec2de75afd04a (patch) | |
tree | bce27fbd7cb3768d89e6bd76d736d8c39a57939e | |
parent | 03e382f99c61c12655998ac8bd798fca7a34c099 (diff) | |
download | forums-de1e343c5b408da09448b3150cfec2de75afd04a.tar forums-de1e343c5b408da09448b3150cfec2de75afd04a.tar.gz forums-de1e343c5b408da09448b3150cfec2de75afd04a.tar.bz2 forums-de1e343c5b408da09448b3150cfec2de75afd04a.tar.xz forums-de1e343c5b408da09448b3150cfec2de75afd04a.zip |
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
Without it data updates do not appear to be run.
PHPBB3-10605
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 6088a58fc4..116e6ea9a6 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -993,6 +993,8 @@ function database_update_info() '3.0.10-RC2' => array(), // No changes from 3.0.10-RC3 to 3.0.10 '3.0.10-RC3' => array(), + // No changes from 3.0.10 to 3.0.11-RC1 + '3.0.10' => array(), /** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.11-RC1 */ ); |