mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies
This commit is contained in:
parent
dfcc744275
commit
396a8214db
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class v330b1 extends \phpbb\db\migration\migration
|
|||
static public function depends_on()
|
||||
{
|
||||
return array(
|
||||
'\phpbb\db\migration\data\v330\jquery_update',
|
||||
'\phpbb\db\migration\data\v330\reset_password',
|
||||
'\phpbb\db\migration\data\v330\remove_attachment_flash',
|
||||
'\phpbb\db\migration\data\v330\remove_max_pass_chars',
|
||||
|
|
Loading…
Add table
Reference in a new issue