Skip to content

Commit

Permalink
Remove index line for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jan 18, 2024
1 parent f43ef5d commit 86b8504
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function up(): void

$this->addForeignKey($table, 'inventory_id', $this->getTableName('inventories'), false);
$this->addForeignKey($table, 'user_id', $this->getTableName('users'), false);
$table->index(['reference_type', 'reference_id']);
});
}

Expand Down

0 comments on commit 86b8504

Please sign in to comment.