mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migration
PHPBB3-11459
This commit is contained in:
parent
8824a53b0a
commit
1497cb0b3c
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ class release_3_0_1_rc1 extends \phpbb\db\migration\migration
|
|||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue