mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
[ticket/16263] Ensure that remove_email_hash depends on migration adding hash
PHPBB3-16263
This commit is contained in:
parent
1f3e073894
commit
e6a84dcb60
@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v330;
|
|||||||
|
|
||||||
class remove_email_hash extends \phpbb\db\migration\migration
|
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()
|
public function update_schema()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user