aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-10 02:23:28 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-10 02:23:28 +0200
commit2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d (patch)
tree1a25a02f5a26166a37c924558c3b577c924bcafa /phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
parent5c93735557ebca850ecd588745e9ab9295a536b5 (diff)
downloadforums-2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d.tar
forums-2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d.tar.gz
forums-2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d.tar.bz2
forums-2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d.tar.xz
forums-2c7e81bd3338d3c9cdb0306c6260b839aa9aaf8d.zip
[ticket/12956] Ensure the contact columns have been added before using them
PHPBB3-12956
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/profilefield_skype.php')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/profilefield_skype.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php b/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
index 9a5de9d0eb..0dbe9041bb 100644
--- a/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
+++ b/phpBB/phpbb/db/migration/data/v310/profilefield_skype.php
@@ -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',
);
}