Comment out migration's down method to match its up method
This commit is contained in:
parent
39ab545cf5
commit
4ee3cbf60e
1 changed files with 4 additions and 4 deletions
|
@ -105,10 +105,10 @@
|
||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('asset_logs', function (Blueprint $table) {
|
// Schema::table('asset_logs', function (Blueprint $table) {
|
||||||
$table->dropIndex('thread_id');
|
// $table->dropIndex('thread_id');
|
||||||
$table->dropColumn('thread_id');
|
// $table->dropColumn('thread_id');
|
||||||
});
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue