mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11459] Make 3.1.0-dev migration depend on migrations_table
PHPBB3-11459
This commit is contained in:
parent
47825a78ef
commit
8824a53b0a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class dev extends \phpbb\db\migration\migration
|
||||||
'\phpbb\db\migration\data\v310\style_update_p2',
|
'\phpbb\db\migration\data\v310\style_update_p2',
|
||||||
'\phpbb\db\migration\data\v310\timezone_p2',
|
'\phpbb\db\migration\data\v310\timezone_p2',
|
||||||
'\phpbb\db\migration\data\v310\reported_posts_display',
|
'\phpbb\db\migration\data\v310\reported_posts_display',
|
||||||
|
'\phpbb\db\migration\data\v310\migrations_table',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue