mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1783 from bantu/ticket/11926
[ticket/11926] Fix plupload migration dependency.
This commit is contained in:
commit
7afff1e5bd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class plupload extends \phpbb\db\migration\migration
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\310\dev');
|
return array('\phpbb\db\migration\data\v310\dev');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_data()
|
public function update_data()
|
||||||
|
|
Loading…
Add table
Reference in a new issue