Revert "Explicitly create tags table with InnoDB engine"

This reverts commit b8b72e51af.
This commit is contained in:
Franz Liedke 2018-12-06 00:34:15 +01:00
parent 1b78395d9a
commit c7c4046d03

View File

@ -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([