We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ea36a + 98a8999 commit 84a835aCopy full SHA for 84a835a
phpBB/phpbb/db/migration/data/v310/bot_update.php
@@ -17,7 +17,10 @@ class bot_update extends \phpbb\db\migration\migration
17
{
18
static public function depends_on()
19
20
- return array('\phpbb\db\migration\data\v310\rc6');
+ return array(
21
+ '\phpbb\db\migration\data\v310\rc6',
22
+ '\phpbb\db\migration\data\v310\avatars',
23
+ );
24
}
25
26
public function update_data()
0 commit comments