Update version 0.1.1

This commit is contained in:
dmzx
2015-06-24 13:40:50 +02:00
parent 884df9c457
commit 3a4ac22d8c
36 changed files with 119 additions and 154 deletions

View File

@@ -18,6 +18,7 @@ class mchat_schema_5 extends \phpbb\db\migration\migration
'\dmzx\mchat\migrations\mchat_schema_4',
);
}
public function update_schema()
{
return array(
@@ -33,6 +34,7 @@ class mchat_schema_5 extends \phpbb\db\migration\migration
),
);
}
public function revert_schema()
{
return array(
@@ -41,5 +43,4 @@ class mchat_schema_5 extends \phpbb\db\migration\migration
),
);
}
}