Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-07-30 13:58:30 +02:00
commit 445afbaeba

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'); 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() public function update_schema()
{ {
return array( return array(