mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
Merge pull request #5240 from VSEphpbb/ticket/15684
[ticket/15684] Correct broken migration
This commit is contained in:
commit
da30ddd483
@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v330;
|
|||||||
|
|
||||||
class remove_attachment_download_mode extends \phpbb\db\migration\migration
|
class remove_attachment_download_mode extends \phpbb\db\migration\migration
|
||||||
{
|
{
|
||||||
public function update_data()
|
public function update_schema()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'drop_columns' => array(
|
'drop_columns' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user