1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/11854] Base the migration on rc2

PHPBB3-11854
This commit is contained in:
Tristan Darricau 2014-08-10 14:58:48 +02:00
parent 2cbcf4bcbf
commit 351a6dcad2

View File

@ -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',
);
}