diff options
author | PayBas <contact@paybas.com> | 2015-02-10 15:02:36 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 16:26:36 +0100 |
commit | e2de342d3ac53909a5c78f08100152d03a58f3bf (patch) | |
tree | c496602d531755d550253db85f210f31c4f59db3 /phpBB/phpbb | |
parent | b14c7c351104634990c80e64f58e3e28ea5826e0 (diff) | |
download | forums-e2de342d3ac53909a5c78f08100152d03a58f3bf.tar forums-e2de342d3ac53909a5c78f08100152d03a58f3bf.tar.gz forums-e2de342d3ac53909a5c78f08100152d03a58f3bf.tar.bz2 forums-e2de342d3ac53909a5c78f08100152d03a58f3bf.tar.xz forums-e2de342d3ac53909a5c78f08100152d03a58f3bf.zip |
[ticket/12559] Update migration dependencies
PHPBB3-12559
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php (renamed from phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php b/phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php index c37fc7d3df..f2024bdaf9 100644 --- a/phpBB/phpbb/db/migration/data/v310/forums_legend_limit.php +++ b/phpBB/phpbb/db/migration/data/v31x/forums_legend_limit.php @@ -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 { @@ -22,7 +22,7 @@ class forums_legend_limit extends \phpbb\db\migration\migration 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() |