mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/11854] Base the migration on rc2
PHPBB3-11854
This commit is contained in:
parent
2cbcf4bcbf
commit
351a6dcad2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue