mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
[ticket/11854] Base the migration on rc2
PHPBB3-11854
This commit is contained in:
@ -18,7 +18,7 @@ class captcha_plugins extends \phpbb\db\migration\migration
|
|||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'\phpbb\db\migration\data\v310\dev',
|
'\phpbb\db\migration\data\v310\rc2',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user