1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +01:00

Merge branch 'prep-release-3.2.3' into 3.2.x

This commit is contained in:
Marc Alexander 2018-07-30 13:57:02 +02:00
commit 1e6a37431b

View File

@ -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(