aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-26 20:03:46 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-10-26 20:03:46 +0100
commit0d1d836a891a88a63fc927c015c180669b9b4b0b (patch)
tree5abe96e097a5616ed3db8717cb66134aeab5aa89
parent79d782c1d512aad8f00f7bbca0e3f7e22b5779db (diff)
downloadforums-0d1d836a891a88a63fc927c015c180669b9b4b0b.tar
forums-0d1d836a891a88a63fc927c015c180669b9b4b0b.tar.gz
forums-0d1d836a891a88a63fc927c015c180669b9b4b0b.tar.bz2
forums-0d1d836a891a88a63fc927c015c180669b9b4b0b.tar.xz
forums-0d1d836a891a88a63fc927c015c180669b9b4b0b.zip
[ticket/13221] Add bot_update as a dependency to gold
PHPBB3-13221
-rw-r--r--phpBB/phpbb/db/migration/data/v310/gold.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/gold.php b/phpBB/phpbb/db/migration/data/v310/gold.php
index dcce9103fb..e84c7ee951 100644
--- a/phpBB/phpbb/db/migration/data/v310/gold.php
+++ b/phpBB/phpbb/db/migration/data/v310/gold.php
@@ -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',
);
}