mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13221] Add bot_update as a dependency to gold
PHPBB3-13221
This commit is contained in:
parent
79d782c1d5
commit
0d1d836a89
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class gold extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'\phpbb\db\migration\data\v310\rc6',
|
'\phpbb\db\migration\data\v310\rc6',
|
||||||
|
'\phpbb\db\migration\data\v310\bot_update',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue