3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-01 22:10:25 +00:00

Comment out migration's down method to match its up method

This commit is contained in:
Marcus Moore
2023-01-10 17:25:25 -08:00
parent 03938d0f32
commit aec64fa64a

View File

@ -26,6 +26,6 @@ class AddPhysicalToAssets extends Migration
*/
public function down()
{
$table->dropColumn('physical');
// $table->dropColumn('physical');
}
}