Adds lodging description to conference
This commit is contained in:
parent
2a742e6d0a
commit
feabc3b954
4 changed files with 10 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddLodgingDescriptionToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :lodging_description, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue