mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('status_labels', function (Blueprint $table) {
|
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