mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-20 23:51:28 +01:00
[ticket/11847] Add depends_on() to auth_provider_oauth
PHPBB3-11847
This commit is contained in:
parent
c72d443738
commit
8276b3d337
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user