mirror of
https://github.com/flarum/core.git
synced 2025-08-18 14:22:02 +02:00
Revert "Explicitly create tags table with InnoDB engine"
This reverts commit b8b72e51af
.
This commit is contained in:
@@ -33,8 +33,6 @@ return [
|
||||
$table->integer('discussions_count')->unsigned()->default(0);
|
||||
$table->dateTime('last_time')->nullable();
|
||||
$table->integer('last_discussion_id')->unsigned()->nullable();
|
||||
|
||||
$table->engine = 'InnoDB';
|
||||
});
|
||||
|
||||
$schema->getConnection()->table('tags')->insert([
|
||||
|
Reference in New Issue
Block a user