Added sponsor description and email to conference
This commit is contained in:
parent
f8ba5db48e
commit
2c27119e8e
5 changed files with 15 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddSponsorDescriptionToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :sponsor_description, :text
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddSponsorEmailToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :sponsor_email, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue