mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Move drop column command to correct migration
This commit is contained in:
parent
b8b2543b0d
commit
e5cb68cc5e
|
@ -25,7 +25,7 @@ class AddShowInNavToStatusLabels extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::table('status_labels', function (Blueprint $table) {
|
||||
$table->dropColumn('show_in_nav', 'field_encrypted');
|
||||
$table->dropColumn('show_in_nav');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue