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

[prep-release-3.2.2] Add migration for 3.2.2-RC1

This commit is contained in:
Marc Alexander
2017-12-28 15:02:37 +01:00
parent adad3aac66
commit bd52c64e68
2 changed files with 41 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class v321 extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
'\phpbb\db\migration\data\v31x\v3111',
'\phpbb\db\migration\data\v32x\v321rc1',
);