Skip to content

Commit

Permalink
fixed index name. #382
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 13, 2015
1 parent a164d61 commit 220a31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
end

add_index "days", ["retrieval_status_id", "year", "month", "day"], name: "index_days_on_retrieval_status_id_and_year_and_month_and_day", using: :btree
add_index "days", ["source_id"], name: "days_source_id_fk", using: :btree
add_index "days", ["source_id"], name: "index_days_on_source_id", using: :btree
add_index "days", ["work_id", "source_id", "year", "month"], name: "index_days_on_work_id_and_source_id_and_year_and_month", using: :btree

create_table "filters", force: :cascade do |t|
Expand Down

0 comments on commit 220a31a

Please sign in to comment.