mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11700] Fix unresolvable condition in migration
PHPBB3-11700
This commit is contained in:
parent
1f9f96926f
commit
ed55626165
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class style_update_p2 extends \phpbb\db\migration\migration
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data0\style_update_p1');
|
return array('\phpbb\db\migration\data\v310\style_update_p1');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_schema()
|
public function update_schema()
|
||||||
|
|
Loading…
Add table
Reference in a new issue