diff --git a/phpBB/phpbb/db/migration/data/v330/storage_adapter_local_depth.php b/phpBB/phpbb/db/migration/data/v330/storage_adapter_local_depth.php index edf1d492d8..2da4c1954a 100644 --- a/phpBB/phpbb/db/migration/data/v330/storage_adapter_local_depth.php +++ b/phpBB/phpbb/db/migration/data/v330/storage_adapter_local_depth.php @@ -18,9 +18,9 @@ class storage_adapter_local_depth extends \phpbb\db\migration\migration static public function depends_on() { return array( - //'\phpbb\db\migration\data\v330\storage_attachment', + '\phpbb\db\migration\data\v330\storage_attachment', '\phpbb\db\migration\data\v330\storage_avatar', - //'\phpbb\db\migration\data\v330\storage_backup', + '\phpbb\db\migration\data\v330\storage_backup', ); }