mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:54:30 -04:00
Bug fix for migration down
This commit is contained in:
parent
c5fdb2ca7d
commit
e5fac72e01
@ -43,7 +43,7 @@ class AddCustomInvoiceFields extends Migration
|
|||||||
$table->dropColumn('devices');
|
$table->dropColumn('devices');
|
||||||
});
|
});
|
||||||
|
|
||||||
Schema::table('accounts', function($table) {
|
Schema::table('invoice_items', function($table) {
|
||||||
$table->dropColumn('custom_value1');
|
$table->dropColumn('custom_value1');
|
||||||
$table->dropColumn('custom_value2');
|
$table->dropColumn('custom_value2');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user