mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12559] Update migration dependencies
PHPBB3-12559
This commit is contained in:
parent
b14c7c3511
commit
e2de342d3a
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace phpbb\db\migration\data\v310;
|
namespace phpbb\db\migration\data\v31x;
|
||||||
|
|
||||||
class forums_legend_limit extends \phpbb\db\migration\migration
|
class forums_legend_limit extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@ class forums_legend_limit extends \phpbb\db\migration\migration
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\v310\beta3');
|
return array('\phpbb\db\migration\data\v31x\v313');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_schema()
|
public function update_schema()
|
Loading…
Add table
Reference in a new issue