Update migration

This commit is contained in:
DariusIII
2020-03-26 19:59:56 +01:00
parent 6a40076d66
commit ed9ccf655c
@@ -21,7 +21,7 @@ class RemoveTextHash extends Migration
$table->dropUnique('ix_release_comments_hash_releases_id');
}
$table->dropIfExists('text_hash');
$table->dropColumn('text_hash');
});
}