mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'github-nickvergessen/ticket/11459' into develop-ascraeus
* github-nickvergessen/ticket/11459: [ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migration
This commit is contained in:
commit
8442f2239d
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', '>=');
|
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()
|
public function update_schema()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue