1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00

Fix for rollback

This commit is contained in:
Hillel Coren 2016-05-29 17:38:45 +03:00
parent c1029dfb69
commit 7c13b5c9bf

View File

@ -29,7 +29,7 @@ class AddQuotes extends Migration {
{
Schema::table('invoices', function($table)
{
$table->dropColumn('invoice_type_id');
$table->dropColumn('is_quote');
$table->dropColumn('quote_id');
$table->dropColumn('quote_invoice_id');
});