mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
445afbaeba
1 changed files with 5 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue