mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-20 23:51:28 +01:00
[ticket/12559] Move migration to v330 folder
PHPBB3-12559
This commit is contained in:
parent
e2de342d3a
commit
729e2f5d08
@ -11,7 +11,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\db\migration\data\v31x;
|
||||
namespace phpbb\db\migration\data\v330;
|
||||
|
||||
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()
|
||||
{
|
||||
return array('\phpbb\db\migration\data\v31x\v313');
|
||||
return array('\phpbb\db\migration\data\v330\v330b1');
|
||||
}
|
||||
|
||||
public function update_schema()
|
Loading…
x
Reference in New Issue
Block a user