Add video metadata to events
This commit is contained in:
parent
dc0560b848
commit
94e014ac40
3 changed files with 10 additions and 2 deletions
6
db/migrate/20130626095459_add_video_id_to_events.rb
Normal file
6
db/migrate/20130626095459_add_video_id_to_events.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class AddVideoIdToEvents < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :events, :video_id, :string
|
||||
add_column :events, :video_type, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue