mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
Merge branch '3.2.x'
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user