diff options
author | rubencm <rubencm@gmail.com> | 2018-10-08 21:44:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 21:44:27 +0000 |
commit | 582c1f35626383592aef9aef413c911d4803475d (patch) | |
tree | c43717ce2bc11ef7ba5fc97fe3390cf8705bdb30 /phpBB/phpbb/db/migration | |
parent | 9719d5a3d523723b2d471f5b2160171cd7291a43 (diff) | |
download | forums-582c1f35626383592aef9aef413c911d4803475d.tar forums-582c1f35626383592aef9aef413c911d4803475d.tar.gz forums-582c1f35626383592aef9aef413c911d4803475d.tar.bz2 forums-582c1f35626383592aef9aef413c911d4803475d.tar.xz forums-582c1f35626383592aef9aef413c911d4803475d.zip |
[ticket/15762] Update migration dependency
PHPBB3-15762
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php b/phpBB/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php index b9b88bac29..afcecf2ef0 100644 --- a/phpBB/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php +++ b/phpBB/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php @@ -19,7 +19,7 @@ class forum_topics_per_page_type extends \phpbb\db\migration\migration static public function depends_on() { return array( - '\phpbb\db\migration\data\v32x\v323rc2', + '\phpbb\db\migration\data\v32x\v323', ); } |