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
03938d0f32
commit
aec64fa64a
|
@ -26,6 +26,6 @@ class AddPhysicalToAssets extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
$table->dropColumn('physical');
|
||||
// $table->dropColumn('physical');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue