aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/captcha_plugins.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/captcha_plugins.php b/phpBB/phpbb/db/migration/data/v310/captcha_plugins.php
index e6f15ca407..13071e9891 100644
--- a/phpBB/phpbb/db/migration/data/v310/captcha_plugins.php
+++ b/phpBB/phpbb/db/migration/data/v310/captcha_plugins.php
@@ -18,7 +18,7 @@ class captcha_plugins extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
- '\phpbb\db\migration\data\v310\dev',
+ '\phpbb\db\migration\data\v310\rc2',
);
}