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:
@ -26,6 +26,6 @@ class AddPhysicalToAssets extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
$table->dropColumn('physical');
|
||||
// $table->dropColumn('physical');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user