1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[prep-release-3.2.4] Add migration for 3.2.4

This commit is contained in:
Marc Alexander
2018-11-10 21:24:14 +01:00
parent 36a8e48083
commit f631d6b84d
4 changed files with 41 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class v322rc1 extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v320\v321',
'\phpbb\db\migration\data\v32x\fix_user_styles',
'\phpbb\db\migration\data\v32x\update_prosilver_bitfield',
'\phpbb\db\migration\data\v32x\email_force_sender',