mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12956] Ensure the contact columns have been added before using them
This commit is contained in:
@@ -18,8 +18,9 @@ class profilefield_facebook extends \phpbb\db\migration\profilefield_base_migrat
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
'\phpbb\db\migration\data\v310\profilefield_contact_field',
|
||||
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -18,8 +18,9 @@ class profilefield_googleplus extends \phpbb\db\migration\profilefield_base_migr
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
'\phpbb\db\migration\data\v310\profilefield_contact_field',
|
||||
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -18,8 +18,9 @@ class profilefield_skype extends \phpbb\db\migration\profilefield_base_migration
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
'\phpbb\db\migration\data\v310\profilefield_contact_field',
|
||||
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -18,8 +18,9 @@ class profilefield_twitter extends \phpbb\db\migration\profilefield_base_migrati
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
'\phpbb\db\migration\data\v310\profilefield_contact_field',
|
||||
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -18,8 +18,9 @@ class profilefield_youtube extends \phpbb\db\migration\profilefield_base_migrati
|
||||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
'\phpbb\db\migration\data\v310\profilefield_contact_field',
|
||||
'\phpbb\db\migration\data\v310\profilefield_show_novalue',
|
||||
'\phpbb\db\migration\data\v310\profilefield_types',
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user