Fix missing down migrations

This commit is contained in:
James Brooks
2016-12-04 16:16:22 +00:00
parent 72ff181a02
commit b5916b7577
3 changed files with 7 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class AlterTableMetricsAddDefaultViewColumn extends Migration
public function down()
{
Schema::table('metrics', function (Blueprint $table) {
//
$table->dropColumn('default_view');
});
}
}