1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 01:20:40 +01:00

[ticket/15371] Update migration

PHPBB3-15371
This commit is contained in:
Rubén Calvo 2018-06-07 16:12:50 +02:00
parent 796939c7f6
commit db8ae41496

View File

@ -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',
);
}