aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v330/v330b2.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-01 16:23:23 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-01 16:23:23 +0100
commit79287abd7b3b6e837774bda6971061c923050d45 (patch)
tree03d2d8f065eefc268c5a0bb9545d473ce2cffb46 /phpBB/phpbb/db/migration/data/v330/v330b2.php
parent6ee537b3f2f45b300e38a55759566abb0752ec0f (diff)
downloadforums-79287abd7b3b6e837774bda6971061c923050d45.tar
forums-79287abd7b3b6e837774bda6971061c923050d45.tar.gz
forums-79287abd7b3b6e837774bda6971061c923050d45.tar.bz2
forums-79287abd7b3b6e837774bda6971061c923050d45.tar.xz
forums-79287abd7b3b6e837774bda6971061c923050d45.zip
[ticket/16285] Add sanity checks to migrations for 3.3
PHPBB3-16285
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v330/v330b2.php')
-rw-r--r--phpBB/phpbb/db/migration/data/v330/v330b2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v330/v330b2.php b/phpBB/phpbb/db/migration/data/v330/v330b2.php
index 1badc1387a..cb2198aad7 100644
--- a/phpBB/phpbb/db/migration/data/v330/v330b2.php
+++ b/phpBB/phpbb/db/migration/data/v330/v330b2.php
@@ -26,6 +26,7 @@ class v330b2 extends \phpbb\db\migration\migration
'\phpbb\db\migration\data\v330\add_display_unapproved_posts_config',
'\phpbb\db\migration\data\v330\forums_legend_limit',
'\phpbb\db\migration\data\v330\remove_email_hash',
+ '\phpbb\db\migration\data\v330\v330b1',
);
}