mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15342] Add dependencies to migration
PHPBB3-15342
This commit is contained in:
parent
b91ce7610b
commit
28c0db86cf
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@ namespace phpbb\db\migration\data\v330;
|
||||||
|
|
||||||
class storage_track extends \phpbb\db\migration\migration
|
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()
|
public function update_schema()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue