diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-07-30 13:56:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-07-30 13:56:33 +0200 |
commit | 81b02587cd5b4c5543495be39d3cb94f78f99855 (patch) | |
tree | cb49785297a5170627be40fb32fa91593d032e96 /phpBB/phpbb/db/migration | |
parent | 0e4a38956afd420627466b705068ccc6d1ff63ea (diff) | |
parent | 8276b3d33732d120dc2556c917816c8407f9787a (diff) | |
download | forums-81b02587cd5b4c5543495be39d3cb94f78f99855.tar forums-81b02587cd5b4c5543495be39d3cb94f78f99855.tar.gz forums-81b02587cd5b4c5543495be39d3cb94f78f99855.tar.bz2 forums-81b02587cd5b4c5543495be39d3cb94f78f99855.tar.xz forums-81b02587cd5b4c5543495be39d3cb94f78f99855.zip |
Merge remote-tracking branch 'senky/ticket/11847' into prep-release-3.2.3
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/auth_provider_oauth.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth.php b/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth.php index 508a31fba9..d41041af49 100644 --- a/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth.php +++ b/phpBB/phpbb/db/migration/data/v310/auth_provider_oauth.php @@ -20,6 +20,11 @@ class auth_provider_oauth extends \phpbb\db\migration\migration return $this->db_tools->sql_table_exists($this->table_prefix . 'auth_provider_oauth'); } + static public function depends_on() + { + return array('\phpbb\db\migration\data\v30x\release_3_0_0'); + } + public function update_schema() { return array( |