mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
[prep-release-3.2.4] Correctly specify dependencies
This commit is contained in:
parent
335b23c679
commit
023ec01611
@ -23,7 +23,7 @@ class v322rc1 extends \phpbb\db\migration\migration
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v320\v321',
|
||||
'\phpbb\db\migration\data\v32x\v321',
|
||||
'\phpbb\db\migration\data\v32x\fix_user_styles',
|
||||
'\phpbb\db\migration\data\v32x\update_prosilver_bitfield',
|
||||
'\phpbb\db\migration\data\v32x\email_force_sender',
|
||||
|
@ -23,7 +23,7 @@ class v323rc1 extends \phpbb\db\migration\migration
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v320\v322',
|
||||
'\phpbb\db\migration\data\v32x\v322',
|
||||
'\phpbb\db\migration\data\v32x\enable_accurate_pm_button',
|
||||
);
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ class v324rc1 extends \phpbb\db\migration\migration
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v320\v323',
|
||||
'\phpbb\db\migration\data\v32x\v323',
|
||||
'\phpbb\db\migration\data\v32x\forum_topics_per_page_type',
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user