Skip to content

Commit 914b91e

Browse files
committed
remove unused indexes
1 parent d5c40c6 commit 914b91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/database_migration.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ defmodule DatabaseMigration do
6262
@index_fields [
6363
{"User", ["id"]},
6464
{"GithubUser", ["id", "user_id"]},
65-
{"Bounty", ["id", "task_id"]},
65+
{"Bounty", ["id"]},
6666
{"Task", ["id"]},
67-
{"Claim", ["id", "bounty_id"]},
67+
{"Claim", ["id"]},
6868
{"BountyCharge", ["id"]},
6969
{"StripeCustomer", ["org_id"]},
7070
{"GithubIssue", ["id"]},

0 commit comments

Comments
 (0)