diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 16:52:02 +0100 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 16:52:36 +0100 | 
| commit | 729e2f5d0865d843e804d1a97205df1e5f273bbd (patch) | |
| tree | 7753d482e2cf7a193205e600121ce578a6d31fa8 /phpBB/phpbb | |
| parent | e2de342d3ac53909a5c78f08100152d03a58f3bf (diff) | |
| download | forums-729e2f5d0865d843e804d1a97205df1e5f273bbd.tar forums-729e2f5d0865d843e804d1a97205df1e5f273bbd.tar.gz forums-729e2f5d0865d843e804d1a97205df1e5f273bbd.tar.bz2 forums-729e2f5d0865d843e804d1a97205df1e5f273bbd.tar.xz forums-729e2f5d0865d843e804d1a97205df1e5f273bbd.zip | |
[ticket/12559] Move migration to v330 folder
PHPBB3-12559
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/db/migration/data/v330/forums_legend_limit.php (renamed from phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php) | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php b/phpBB/phpbb/db/migration/data/v330/forums_legend_limit.php index f2024bdaf9..45b6547ede 100644 --- a/phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php +++ b/phpBB/phpbb/db/migration/data/v330/forums_legend_limit.php @@ -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() | 
