mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
e191549fb4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class v334 extends \phpbb\db\migration\migration
|
||||||
return version_compare($this->config['version'], '3.3.4', '>=');
|
return version_compare($this->config['version'], '3.3.4', '>=');
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'\phpbb\db\migration\data\v33x\v334rc1',
|
'\phpbb\db\migration\data\v33x\v334rc1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue