mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/14436] Add dependency on oauth_states migration
PHPBB3-14436
This commit is contained in:
parent
3a4dae369d
commit
daa92f7996
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ class default_data_type_ids extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\v320\v320a2');
|
return array(
|
||||||
|
'\phpbb\db\migration\data\v320\v320a2',
|
||||||
|
'\phpbb\db\migration\data\v320\oauth_states',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_schema()
|
public function update_schema()
|
||||||
|
|
Loading…
Add table
Reference in a new issue