1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 20:33:16 +02:00

[ticket/16285] Add sanity checks to migrations for 3.3

PHPBB3-16285
This commit is contained in:
Marc Alexander
2020-01-01 16:23:23 +01:00
parent 6ee537b3f2
commit 79287abd7b
3 changed files with 18 additions and 2 deletions

View File

@@ -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',
);
}