mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15762] Update migration dependency
PHPBB3-15762
This commit is contained in:
parent
9719d5a3d5
commit
582c1f3562
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue