mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-25 18:13:28 +01:00
[ticket/15342] Add dependencies to migration
PHPBB3-15342
This commit is contained in:
parent
b91ce7610b
commit
28c0db86cf
@ -15,6 +15,15 @@ namespace phpbb\db\migration\data\v330;
|
||||
|
||||
class storage_track 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_avatar',
|
||||
'\phpbb\db\migration\data\v330\storage_backup',
|
||||
);
|
||||
}
|
||||
|
||||
public function update_schema()
|
||||
{
|
||||
return array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user