1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

[prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies

This commit is contained in:
Marc Alexander 2019-10-21 20:05:12 +02:00
parent dfcc744275
commit 396a8214db
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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',