Bug fix for migration down
This commit is contained in:
parent
c5fdb2ca7d
commit
e5fac72e01
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class AddCustomInvoiceFields extends Migration
|
|||
$table->dropColumn('devices');
|
||||
});
|
||||
|
||||
Schema::table('accounts', function($table) {
|
||||
Schema::table('invoice_items', function($table) {
|
||||
$table->dropColumn('custom_value1');
|
||||
$table->dropColumn('custom_value2');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue