Move drop column command to correct migration
This commit is contained in:
parent
b8b2543b0d
commit
e5cb68cc5e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue