mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[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
This commit is contained in:
@@ -993,6 +993,8 @@ function database_update_info()
|
|||||||
'3.0.10-RC2' => array(),
|
'3.0.10-RC2' => array(),
|
||||||
// No changes from 3.0.10-RC3 to 3.0.10
|
// No changes from 3.0.10-RC3 to 3.0.10
|
||||||
'3.0.10-RC3' => array(),
|
'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 */
|
/** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.11-RC1 */
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user