Fix for down migrations

This commit is contained in:
Hillel Coren 2017-04-06 21:56:10 +03:00
parent e4ebb3eab6
commit a31a91d929

View File

@ -138,5 +138,7 @@ class AddGatewayFeeLocation extends Migration
Schema::table('credits', function ($table) {
$table->dropColumn('public_notes');
});
Schema::drop('account_email_settings');
}
}