mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:18:54 +00:00
[ticket/15371] Update migration
PHPBB3-15371
This commit is contained in:
parent
796939c7f6
commit
db8ae41496
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ class storage_adapter_local_depth extends \phpbb\db\migration\migration
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
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_avatar',
|
||||||
//'\phpbb\db\migration\data\v330\storage_backup',
|
'\phpbb\db\migration\data\v330\storage_backup',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue