mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/security/227] Change migration depends_on to 3.2.4-RC1
SECURITY-227
This commit is contained in:
parent
5c695d709e
commit
3d534a5eb6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class remove_imagick extends \phpbb\db\migration\migration
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'\phpbb\db\migration\data\v32x\v323rc2',
|
'\phpbb\db\migration\data\v32x\v324rc1',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue