1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02: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',
);
}