[ticket/15762] Update migration dependency

PHPBB3-15762
This commit is contained in:
rubencm 2018-10-08 21:44:27 +00:00 committed by GitHub
parent 9719d5a3d5
commit 582c1f3562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class forum_topics_per_page_type 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\v323',
); );
} }