Merge 521d2dc72f into b64cc9f7e4
This commit is contained in:
commit
1421241df5
8 changed files with 30 additions and 23 deletions
|
|
@ -1,8 +1,8 @@
|
|||
class ChangeAttachmentDefault < ActiveRecord::Migration
|
||||
def up
|
||||
change_column_default(:event_attachments, :public, :default => true)
|
||||
change_column_default(:event_attachments, :public, true)
|
||||
end
|
||||
def down
|
||||
change_column_default(:event_attachments, :public, :default => nil)
|
||||
change_column_default(:event_attachments, :public, true)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
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