Update version 0.1.1
This commit is contained in:
@@ -25,8 +25,9 @@ class mchat_schema extends \phpbb\db\migration\migration
|
||||
array('config.add', array('mchat_new_posts_quote', false)),
|
||||
array('config.add', array('mchat_message_top', true)),
|
||||
array('config.add', array('mchat_stats_index', false)),
|
||||
array('config.add', array('mchat_version','0.1.0')),
|
||||
array('config.add', array('mchat_version','0.1.1')),
|
||||
|
||||
// Add permissions
|
||||
array('permission.add', array('u_mchat_use')),
|
||||
array('permission.add', array('u_mchat_view')),
|
||||
array('permission.add', array('u_mchat_edit')),
|
||||
@@ -81,7 +82,7 @@ class mchat_schema extends \phpbb\db\migration\migration
|
||||
);
|
||||
}
|
||||
|
||||
public function revert_schema()
|
||||
public function revert_schema()
|
||||
{
|
||||
return array(
|
||||
'drop_tables' => array(
|
||||
@@ -89,5 +90,4 @@ class mchat_schema extends \phpbb\db\migration\migration
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user