From eba23133ca93e2ee6a491878ccfbd3e88bc3e015 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 5 Jun 2018 17:03:14 -0700 Subject: [PATCH] [ticket/15684] Correct broken migration PHPBB3-15684 --- .../db/migration/data/v330/remove_attachment_download_mode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/db/migration/data/v330/remove_attachment_download_mode.php b/phpBB/phpbb/db/migration/data/v330/remove_attachment_download_mode.php index f943d7fa25..988a7167b1 100644 --- a/phpBB/phpbb/db/migration/data/v330/remove_attachment_download_mode.php +++ b/phpBB/phpbb/db/migration/data/v330/remove_attachment_download_mode.php @@ -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(