1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13221] Add bot_update as a dependency to gold

PHPBB3-13221
This commit is contained in:
Joas Schilling
2014-10-26 20:03:46 +01:00
parent 79d782c1d5
commit 0d1d836a89

View File

@@ -19,6 +19,7 @@ class gold extends \phpbb\db\migration\migration
{
return array(
'\phpbb\db\migration\data\v310\rc6',
'\phpbb\db\migration\data\v310\bot_update',
);
}