mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
Merge pull request #4147 from marc1706/ticket/14436
[ticket/14436] Add dependency on oauth_states migration
This commit is contained in:
commit
b2b99e5da8
@ -17,7 +17,10 @@ class default_data_type_ids extends \phpbb\db\migration\migration
|
||||
{
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user