1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02: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

View File

@@ -23,6 +23,7 @@ class v330b1 extends \phpbb\db\migration\migration
static public function depends_on() static public function depends_on()
{ {
return array( return array(
'\phpbb\db\migration\data\v330\jquery_update',
'\phpbb\db\migration\data\v330\reset_password', '\phpbb\db\migration\data\v330\reset_password',
'\phpbb\db\migration\data\v330\remove_attachment_flash', '\phpbb\db\migration\data\v330\remove_attachment_flash',
'\phpbb\db\migration\data\v330\remove_max_pass_chars', '\phpbb\db\migration\data\v330\remove_max_pass_chars',