Fix missing down migrations
This commit is contained in:
@@ -35,7 +35,7 @@ class AlterTableMetricsAddDefaultViewColumn extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::table('metrics', function (Blueprint $table) {
|
||||
//
|
||||
$table->dropColumn('default_view');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user