mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for rollback
This commit is contained in:
parent
c1029dfb69
commit
7c13b5c9bf
@ -29,7 +29,7 @@ class AddQuotes extends Migration {
|
|||||||
{
|
{
|
||||||
Schema::table('invoices', function($table)
|
Schema::table('invoices', function($table)
|
||||||
{
|
{
|
||||||
$table->dropColumn('invoice_type_id');
|
$table->dropColumn('is_quote');
|
||||||
$table->dropColumn('quote_id');
|
$table->dropColumn('quote_id');
|
||||||
$table->dropColumn('quote_invoice_id');
|
$table->dropColumn('quote_invoice_id');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user