mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01: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');
|
||||
});
|
||||
|
||||
Schema::table('accounts', function($table) {
|
||||
Schema::table('invoice_items', function($table) {
|
||||
$table->dropColumn('custom_value1');
|
||||
$table->dropColumn('custom_value2');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user