Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-12-23 16:13:29 +01:00
commit a7adb3bf61
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v330;
class remove_email_hash extends \phpbb\db\migration\migration
{
static public function depends_on()
{
return ['\phpbb\db\migration\data\v30x\release_3_0_0'];
}
public function update_schema()
{
return [