Add video metadata to events
This commit is contained in:
parent
dc0560b848
commit
94e014ac40
3 changed files with 10 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20130515131420) do
|
||||
ActiveRecord::Schema.define(:version => 20130626095459) do
|
||||
|
||||
create_table "call_for_papers", :force => true do |t|
|
||||
t.date "start_date", :null => false
|
||||
|
|
@ -142,6 +142,8 @@ ActiveRecord::Schema.define(:version => 20130515131420) do
|
|||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.text "proposal_additional_speakers"
|
||||
t.string "video_id"
|
||||
t.string "video_type"
|
||||
end
|
||||
|
||||
create_table "people", :force => true do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue