diff --git a/database/migrations/2017_03_16_085702_add_gateway_fee_location.php b/database/migrations/2017_03_16_085702_add_gateway_fee_location.php index 190defdabbc1..c1f114763dfb 100644 --- a/database/migrations/2017_03_16_085702_add_gateway_fee_location.php +++ b/database/migrations/2017_03_16_085702_add_gateway_fee_location.php @@ -138,5 +138,7 @@ class AddGatewayFeeLocation extends Migration Schema::table('credits', function ($table) { $table->dropColumn('public_notes'); }); + + Schema::drop('account_email_settings'); } }