1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-08 18:05:17 +02:00

Merge pull request #5782 from marc1706/ticket/16263

[ticket/16263] Ensure that remove_email_hash depends on migration adding hash
This commit is contained in:
Marc Alexander 2019-12-23 16:13:24 +01:00
commit 4c05257783
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 [