mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
Revert "Explicitly create tags table with InnoDB engine"
This reverts commit b8b72e51af
.
This commit is contained in:
parent
1b78395d9a
commit
c7c4046d03
|
@ -33,8 +33,6 @@ return [
|
||||||
$table->integer('discussions_count')->unsigned()->default(0);
|
$table->integer('discussions_count')->unsigned()->default(0);
|
||||||
$table->dateTime('last_time')->nullable();
|
$table->dateTime('last_time')->nullable();
|
||||||
$table->integer('last_discussion_id')->unsigned()->nullable();
|
$table->integer('last_discussion_id')->unsigned()->nullable();
|
||||||
|
|
||||||
$table->engine = 'InnoDB';
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$schema->getConnection()->table('tags')->insert([
|
$schema->getConnection()->table('tags')->insert([
|
||||||
|
|
Loading…
Reference in New Issue
Block a user