Merge pull request #6792 from rxu/ticket/17486

[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
This commit is contained in:
Marc Alexander 2025-04-03 19:35:16 +02:00 committed by GitHub
commit 84a835a995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,10 @@ class bot_update extends \phpbb\db\migration\migration
{ {
static public function depends_on() static public function depends_on()
{ {
return array('\phpbb\db\migration\data\v310\rc6'); return array(
'\phpbb\db\migration\data\v310\rc6',
'\phpbb\db\migration\data\v310\avatars',
);
} }
public function update_data() public function update_data()