Add the miratons from the conf.o.o live instance
This commit is contained in:
parent
03a0074c73
commit
d039670de0
4 changed files with 37 additions and 10 deletions
9
db/migrate/20130515131210_drop_additional_speakers.rb
Normal file
9
db/migrate/20130515131210_drop_additional_speakers.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class DropAdditionalSpeakers < ActiveRecord::Migration
|
||||
def up
|
||||
remove_column :registrations, :additional_speakers
|
||||
end
|
||||
|
||||
def down
|
||||
add_column :registrations, :additional_speakers
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue