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
1f244c94d4
commit
7a4a72fa35
@ -138,5 +138,7 @@ class AddGatewayFeeLocation extends Migration
|
||||
Schema::table('credits', function ($table) {
|
||||
$table->dropColumn('public_notes');
|
||||
});
|
||||
|
||||
Schema::drop('account_email_settings');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user