Skip to content

Commit 84a835a

Browse files
authored
Merge pull request phpbb#6792 from rxu/ticket/17486
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
2 parents b8ea36a + 98a8999 commit 84a835a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpBB/phpbb/db/migration/data/v310/bot_update.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ class bot_update extends \phpbb\db\migration\migration
1717
{
1818
static public function depends_on()
1919
{
20-
return array('\phpbb\db\migration\data\v310\rc6');
20+
return array(
21+
'\phpbb\db\migration\data\v310\rc6',
22+
'\phpbb\db\migration\data\v310\avatars',
23+
);
2124
}
2225

2326
public function update_data()

0 commit comments

Comments
 (0)