Skip to content

Commit

Permalink
There is a migration to remove the item_requests table, but the schem…
Browse files Browse the repository at this point in the history
…a in master was not updated (#1115)
  • Loading branch information
Amy Detwiler authored and armahillo committed Jul 26, 2019
1 parent 3c6391f commit e5203fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,6 @@
t.datetime "updated_at", null: false
end

create_table "item_requests", force: :cascade do |t|
t.bigint "request_id"
t.bigint "item_id"
t.integer "quantity"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["item_id"], name: "index_item_requests_on_item_id"
t.index ["request_id"], name: "index_item_requests_on_request_id"
end

create_table "items", id: :serial, force: :cascade do |t|
t.string "name"
t.string "category"
Expand Down

0 comments on commit e5203fe

Please sign in to comment.