mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15684] Correct broken migration
PHPBB3-15684
This commit is contained in:
parent
1de7aedc63
commit
eba23133ca
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
|
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…
Add table
Reference in a new issue