Program component for splash page
This commit is contained in:
parent
a33e930111
commit
d0fd21bfc2
18 changed files with 118 additions and 11 deletions
5
db/migrate/20140521073920_add_featured_to_people.rb
Normal file
5
db/migrate/20140521073920_add_featured_to_people.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddFeaturedToPeople < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :people, :featured, :boolean, default: false
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddDescriptionToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :description, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue