diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-10-21 20:05:12 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-21 20:05:12 +0200 |
commit | 396a8214db6654947f0cceeca85f60c1edae6ffe (patch) | |
tree | 212d0fb72e2c135aecded35f0f85049d25e90189 /phpBB | |
parent | dfcc744275553df699a33dabf51f2c071bedfaaf (diff) | |
download | forums-396a8214db6654947f0cceeca85f60c1edae6ffe.tar forums-396a8214db6654947f0cceeca85f60c1edae6ffe.tar.gz forums-396a8214db6654947f0cceeca85f60c1edae6ffe.tar.bz2 forums-396a8214db6654947f0cceeca85f60c1edae6ffe.tar.xz forums-396a8214db6654947f0cceeca85f60c1edae6ffe.zip |
[prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v330/v330b1.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v330/v330b1.php b/phpBB/phpbb/db/migration/data/v330/v330b1.php index ac4fec3d6e..3df44504fc 100644 --- a/phpBB/phpbb/db/migration/data/v330/v330b1.php +++ b/phpBB/phpbb/db/migration/data/v330/v330b1.php @@ -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', |