mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #4147 from marc1706/ticket/14436
[ticket/14436] Add dependency on oauth_states migration
This commit is contained in:
commit
b2b99e5da8
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()
|
||||
{
|
||||
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…
Add table
Reference in a new issue