mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
Merge pull request #5240 from VSEphpbb/ticket/15684
[ticket/15684] Correct broken migration
This commit is contained in:
commit
da30ddd483
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v330;
|
|||
|
||||
class remove_attachment_download_mode extends \phpbb\db\migration\migration
|
||||
{
|
||||
public function update_data()
|
||||
public function update_schema()
|
||||
{
|
||||
return array(
|
||||
'drop_columns' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue