mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
3b7d98bf0f
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ class bot_update extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
public static function depends_on()
|
public static 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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue