Add relevance field for track requests
The requester can now provide more info about the track and himself
This commit is contained in:
parent
c2fa84392c
commit
cdd7f614f5
10 changed files with 40 additions and 5 deletions
|
|
@ -525,6 +525,7 @@ ActiveRecord::Schema.define(version: 20170807092805) do
|
|||
t.integer "room_id"
|
||||
t.date "start_date"
|
||||
t.date "end_date"
|
||||
t.text "relevance"
|
||||
end
|
||||
|
||||
add_index "tracks", ["room_id"], name: "index_tracks_on_room_id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue