Remove buggy down()

This commit is contained in:
Phan An 2017-06-10 10:49:43 +01:00
parent 35bba0e4b6
commit 7f1ec0d305

View file

@ -24,8 +24,5 @@ class AddIsComplilationIntoAlbums extends Migration
*/
public function down()
{
Schema::table('albums', function (Blueprint $table) {
$table->dropColumn('is_compilation');
});
}
}