1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[prep-release-3.2.0-a1] Add migration for 3.2.0-a1

This commit is contained in:
Tristan Darricau
2015-10-15 10:57:46 +02:00
parent f8236cc907
commit 2144f35e9d
10 changed files with 116 additions and 5 deletions

View File

@@ -17,7 +17,9 @@ class notifications_board extends \phpbb\db\migration\migration
{
static public function depends_on()
{
return array('\phpbb\db\migration\data\v310\notifications');
return array(
'\phpbb\db\migration\data\v320\dev',
);
}
public function update_data()