From db8ae41496babe7b02383405370905e0a9f2ac33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 7 Jun 2018 16:12:50 +0200 Subject: [PATCH] [ticket/15371] Update migration PHPBB3-15371 --- .../db/migration/data/v330/storage_adapter_local_depth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ); }