mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
a7adb3bf61
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue