Skip to content

Commit

Permalink
[ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migration
Browse files Browse the repository at this point in the history
PHPBB3-11459
  • Loading branch information
nickvergessen committed Mar 29, 2014
1 parent 8824a53 commit 1497cb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpBB/phpbb/db/migration/data/v30x/release_3_0_1_rc1.php
Expand Up @@ -16,6 +16,11 @@ public function effectively_installed()
return phpbb_version_compare($this->config['version'], '3.0.1-RC1', '>=');
}

static public function depends_on()
{
return array('\phpbb\db\migration\data\v30x\release_3_0_0');
}

public function update_schema()
{
return array(
Expand Down

0 comments on commit 1497cb0

Please sign in to comment.