mirror of
https://github.com/flarum/core.git
synced 2025-07-16 06:16:23 +02:00
Remove MyISAM Requirement (#2442)
- Remove Database Engine Default of InnoDB - Remove Hard Coded MyISAM requirement
This commit is contained in:
@ -30,8 +30,6 @@ return [
|
||||
$table->integer('hide_user_id')->unsigned()->nullable();
|
||||
|
||||
$table->unique(['discussion_id', 'number']);
|
||||
|
||||
$table->engine = 'MyISAM';
|
||||
});
|
||||
|
||||
$connection = $schema->getConnection();
|
||||
|
Reference in New Issue
Block a user