Add relevance field for track requests

The requester can now provide more info about the track and himself
This commit is contained in:
AEtherC0r3 2017-07-26 14:54:10 +03:00 committed by Stella Rouzi
parent 3d250ecf75
commit 2ff4c6d6b2
10 changed files with 40 additions and 5 deletions

View file

@ -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"