mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 06:24:48 +00:00
Fix wrong rollback in add_overdue_to_invoices_table migration
This commit is contained in:
@@ -26,7 +26,7 @@ class AddOverdueToInvoicesTable extends Migration
|
||||
public function down()
|
||||
{
|
||||
Schema::table('invoices', function (Blueprint $table) {
|
||||
$table->dropForeign(['overdue']);
|
||||
$table->dropColumn(['overdue']);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user