diff options
author | Derky <derky@phpbb.com> | 2018-11-04 23:18:38 +0100 |
---|---|---|
committer | Derky <derky@phpbb.com> | 2018-11-04 23:18:38 +0100 |
commit | 3d534a5eb679356e0ad4f7c8738e3f5e20869ac3 (patch) | |
tree | 532f457fb2e0bd30a5e08179f3a5a072a78d1af2 /phpBB/phpbb/db/migration | |
parent | 5c695d709e7043577d8bae265dfbbcf93e8486ff (diff) | |
download | forums-3d534a5eb679356e0ad4f7c8738e3f5e20869ac3.tar forums-3d534a5eb679356e0ad4f7c8738e3f5e20869ac3.tar.gz forums-3d534a5eb679356e0ad4f7c8738e3f5e20869ac3.tar.bz2 forums-3d534a5eb679356e0ad4f7c8738e3f5e20869ac3.tar.xz forums-3d534a5eb679356e0ad4f7c8738e3f5e20869ac3.zip |
[ticket/security/227] Change migration depends_on to 3.2.4-RC1
SECURITY-227
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v32x/remove_imagick.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v32x/remove_imagick.php b/phpBB/phpbb/db/migration/data/v32x/remove_imagick.php index a257511856..7ad396f8e8 100644 --- a/phpBB/phpbb/db/migration/data/v32x/remove_imagick.php +++ b/phpBB/phpbb/db/migration/data/v32x/remove_imagick.php @@ -18,7 +18,7 @@ class remove_imagick extends \phpbb\db\migration\migration static public function depends_on() { return array( - '\phpbb\db\migration\data\v32x\v323rc2', + '\phpbb\db\migration\data\v32x\v324rc1', ); } |