aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/migration/data/v330/v330b1.php1
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',