mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Comment out migration's down method to match its up method
This commit is contained in:
parent
39ab545cf5
commit
4ee3cbf60e
|
@ -105,10 +105,10 @@
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('asset_logs', function (Blueprint $table) {
|
||||
$table->dropIndex('thread_id');
|
||||
$table->dropColumn('thread_id');
|
||||
});
|
||||
// Schema::table('asset_logs', function (Blueprint $table) {
|
||||
// $table->dropIndex('thread_id');
|
||||
// $table->dropColumn('thread_id');
|
||||
// });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue