1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[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

View File

@@ -19,7 +19,7 @@ class forum_topics_per_page_type extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v32x\v323rc2',
'\phpbb\db\migration\data\v32x\v323',
);
}