mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for down migrations
This commit is contained in:
parent
e4ebb3eab6
commit
a31a91d929
@ -138,5 +138,7 @@ class AddGatewayFeeLocation extends Migration
|
|||||||
Schema::table('credits', function ($table) {
|
Schema::table('credits', function ($table) {
|
||||||
$table->dropColumn('public_notes');
|
$table->dropColumn('public_notes');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Schema::drop('account_email_settings');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user